(keitai-l) Re: SJIS encoding for "do"

From: Shawn <javajunkie_at_koyuru.com>
Date: 04/21/03
Message-Id: <1050898685.10581.33.camel@localhost.localdomain>
 Yes I literally get "&#12393;".

> If so, that's not SJIS.  
Ok Thank you kindly.  That's what I needed to know
> 
> The ASCII string "&#12393;" should be interpreted by anything interpreting
> HTML as the unicode character 0x3069, which is indeed "do".
> 

Which explains why it works in a browser and not inside a midp app which
is looking for real SJIS characters.

Java stores it's strings in unicode so I am baffled at why I'd get a
ASCII string when explicitely writing a Shift_JIS file.

Must be a java on RH8 prob that I need to solve.

Thanks again.
> cjs -- smart ne!
-- 
Shawn <javajunkie@koyuru.com>
Received on Mon Apr 21 07:19:18 2003