On Mon, 21 Apr 2003, Shawn wrote:
> Does anyone know what the SJIS endcoding for the Hiragana "do" is?
In hex: 82 c7.
> Writing a String to a file in Java I get & #12393; (space added) which
> shows correctly in a browser.
Do you really get "ど", that is, 26 23 31 32 33 39 33 3b in hex?
If so, that's not SJIS. Or have you changed the represenation somehow?
The ASCII string "ど" should be interpreted by anything interpreting
HTML as the unicode character 0x3069, which is indeed "do".
cjs
--
Curt Sampson <cjs_at_cynic.net> +81 90 7737 2974 http://www.netbsd.org
Don't you know, in this new Dark Age, we're all light. --XTC
Received on Mon Apr 21 06:55:05 2003