This topic is locked

language problem

6/24/2006 4:09:34 AM
ASPRunnerPro General questions
A
azmi2 author

i developed an application in ASP with asprunner with arabic and english support.it is working fine on our local server,but when i upload the application on web,it gives arabic text display problem.if any body tell what is problem,i will be grateful.
thanks

Alexey admin 6/27/2006

Hi,
this occurs because the Arabic is not a default language at your hosting.
Please try the following:

Find this line in the beginning of each generated .asp file

<%@ Language=VBScript %>



and modify it this way:

<%@ Language=VBScript Codepage=1256 %>


You can use Template editor to create a custom template and put these changes there.

Then choose this template on Miscellaneous tab when building your Arabic projects.
If this doesn't help you should contact your hosting admin to enable Arabic language support on the server.

M
mazyad 9/3/2006

If your problem is ASP level, the proposed solution is your way to go. If the pages display arabic ok but the retrieved data from the database is corrupt, try converting the MDB file to Access 97.