|
-
Sep 29th, 2000, 03:37 AM
#1
Thread Starter
Hyperactive Member
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
-
Sep 29th, 2000, 07:40 AM
#2
Addicted Member
Hi there, you must set your codepage to UTF-8
Good luck
André
-
Sep 29th, 2000, 11:26 AM
#3
Thread Starter
Hyperactive Member
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
-
Sep 29th, 2000, 12:46 PM
#4
Monday Morning Lunatic
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
-
Sep 30th, 2000, 01:27 AM
#5
Thread Starter
Hyperactive Member
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
-
Sep 30th, 2000, 04:14 AM
#6
Monday Morning Lunatic
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
-
Sep 30th, 2000, 10:01 AM
#7
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|