Results 1 to 7 of 7

Thread: unicode

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    I have a SQL 7.0 server configured to work with unicode (Hebrew Lang), and I try to make a Web Page that would put information in the DB.

    I can insert Hebrew from the Query analyser using the insert command, but when I am using the ASP code, I get ???? instead of letters.

    I am using the Unicode because I don't know of any other way to work with SQL with Hebrew...

    1. If anyone one knows a better way, please say so.

    2. If anyone knows how to convert the input from the webpage to proper SQL 7.0 unicode form or any ASP function that would do it ..


    HELP ...

    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    Hi there, you must set your codepage to UTF-8

    Good luck

    André

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    didn't help ..

    this is what I get .. X|XX?X| instead of àìåï ...

    I prefer not to use unicode, because I will also need to show the information on a web page later (I suspect that's nother issue) ..

    Any other idea ?



    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    See the WC3's spec on HTML entities - you can insert Unicode characters: http://www.w3.org
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    It is still all fuzy ..

    Maybe I can do it the other way around, can I make SQL working with multy language not with Unicode ?
    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

  6. #6
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    No, it's still best, I think, to use Unicode with MSSS. Then, when making the page, use something like:
    Code:
    <body>
    Ӓ - here's a character
    </body>
    And yes, it's a little fuzzy. Proper internationalisation in computer systems hasn't arrived yet and probably won't for a few years.

    Also, just found this: http://www.ietf.org/rfc/rfc1555.txt
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  7. #7

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Canada
    Posts
    264
    Thank you,

    I will try :-)

    In the beginning the universe was created. This has made a lot of people very angry and is generally regarded as a bad idea.

    - Douglas Adams
    The Hitchhiker's Guide to the Galaxy

Posting Permissions

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



Click Here to Expand Forum to Full Width