Ask a Question related to ASP, Design and Development.
-
Linda #1
Arabic / Russian text in asp/ie built-in editor/access
Hello!
I am to develop a multi-lingual website / content management system.
I will use ASP (IIS on swedish or english windows 2000), Access, and
for the content editing i will use the built-in editor in IE (in an IFRAME).
Primary languages/charsets, apart from the western languages (swedish,
english etc) will be russian and arabic.
Does anyone know how (if) this works?
What should my main concerns be, will it work and what will the likely
problems be?
I've tried to insert arabic text in regular text-fields in existing
applications,
but when they reach the database the text has been alterd.
Though I can paste the same text directly into the database. Why?
/ Linda
Linda Guest
-
Saving arabic data back into an Access table
I am trying to save arabic text from Flash 8 to an Access table through ASP. Please help me fix this issue. I am using the following code in... -
Russian text in Illustrator 10
My client has asked me to lay out an ad in Russian. They've provided a text file that I can open in TextEdit and it displays properly. But when I try... -
write Russian Text in an text Actor
Hello, How can i do to be able to write Russian sentences in Director 8.0 or 8.5 I want to mix french and russian sentences in a lot of actors.... -
Dir MX: Very urgent: Importing russian text
Hi, I posted a message a few month ago to get informed about the potential difficulties of importing russian text in a Director MX movie. Those... -
how to embed arabic fonts in director so that arabic texts will be shown
how to embed arabic fonts in director so that arabic texts will be shown normally in their format not in symbols -
Arnold Shore #2
Re: Arabic / Russian text in asp/ie built-in editor/access
FYI, my ASP/VBScript/Access application handles Russian and Arabic (and a
bunch of others, incl CJK) fine, using ONLY charset=utf-8. I do accommodate
the right-to-left requirement for Arabic and Hebrew. No problem so far.
While I haven't tried pasting directly into the db, I have no need to, and I
expect that may not work, since I don't see a display when I look.
Everything is coming up roses - until I tried to write a Word/RTF file fm
some of the db data. English works fine, only! I know I need to map the
Unicode (in whatever encoding Access uses, which I'm sure is UCS-2) into
RTF's encoding scheme.
A really weird thing (to me, anyway) I've encountered is in a UTF-8 test
script. Here, the input - a single Cyrillic character using two bytes - is
posted to the receiving script, and IIS or IE has expanded that to a 4-byte
field. ????
Codepage stuff is probably involved - but I haven't needed to diddle with
that so far.
Best of luck, and pls keep us informed of progress - as I will.
A
Arnold Shore Guest



Reply With Quote

