UTF-8 to Shift JIS

  • Follow


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


1 Replies
828 Views

(page loaded in 0.034 seconds)

Similiar Articles:













7/19/2012 10:43:24 PM


Reply: