Arabic / Russian text in asp/ie built-in editor/access

Ask a Question related to ASP, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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....
    4. 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...
    5. 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
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139