I need to convert an UTF-8 string to Shift-JIS in a web page
(preferably using JavaScript).
Any ideas?
thanks
Ed Brandmark
|
|
0
|
|
|
|
Reply
|
ebrandmark
|
9/12/2003 4:06:54 PM |
|
> I need to convert an UTF-8 string to Shift-JIS in a web page
> (preferably using JavaScript).
I'm curious why? One of the services that the browser provides is automatic
conversion of character encodings, so that scripts can deal exclusively in
Unicode, which is a very, very good thing. Normally, encodings are specified in
http headers and it all works out. Why doesn't that work for you?
http://www.crockford.com
|
|
0
|
|
|
|
Reply
|
Douglas
|
9/12/2003 4:43:55 PM
|
|