sjb
|
| Posted: 02/18/2002, 12:40 AM |
|
hi ,
When I post my data by arabic encode from ASP page to Access DB, it changes to another encoding in Access DB file
How I can solve this problem ??
thanks
|
|
|
 |
CodeCharge Support
|
| Posted: 02/18/2002, 5:48 AM |
|
Hello,
please try to do the following:
create your own arabic.xml file in ../CodeCharge/Translation folder. It's easy, just copy e.g. English.xml file, open it and replace
encoding=ISO-8859-1
with
encoding=ar-sa
Note, this charset is for Saudi Arabia, if you use another arabic you should use other charset, e.g.
encoding = "windows-1256"
encoding = "iso-8859-6"
encoding = "iso-8859-1"
Then you'll be able to select it in CodeCharge as site translation and generate site in arabic.
Also in CodeCharge go to Site/modules/Open any Page and define there:
Session.LCID=0104 (for Saudi Arabic)
Note, this LCID is for Saudi Arabia also, other arabic LCID you can find in MSDN.
|
|
|
 |
sjb
|
| Posted: 02/18/2002, 6:39 AM |
|
Sorry
I tried what you told me, but this message appears :
SessionID, ASP 0219 (0x80004005)
The specified LCID is not available.
/ex/portal4/EditEvent.asp, line 40
|
|
|
 |
sjb
|
| Posted: 02/18/2002, 6:41 AM |
|
thanks
but where I can find " Site/modules "
|
|
|
 |
Nicole
|
| Posted: 02/18/2002, 6:52 AM |
|
Hello,
Open CC project, on the right hand part of screen you'll see "Site" folder. Click on it to view it as open. You'll see 'Modules' tab here. Click on it, on the left part of screen you'll see 'Events' window. Select "Open Any Page" event from 'Events' dropdown and put mentioned code there.
|
|
|
 |
Faisal
|
| Posted: 06/18/2003, 8:39 AM |
|
Can you please guide me how you had solve the encoding problem for arabic, I am stuck in
SessionID, ASP 0219 (0x80004005)
The specified LCID is not available.
Thanks in advance
|
|
|
 |
|