On 1/9/08, SJS <[EMAIL PROTECTED]> wrote:
> begin  quoting Gregory K. Ruiz-Ade as of Wed, Jan 09, 2008 at 04:35:00PM 
> -0800:
> > Anyone know of a library or utility that can be fed a UTF string, and
> > stomp it down to the most-visually-equivalent ASCII string?
>
> Would converting to UTF-7 work?
>

Wow, I didn't even know there was a UTF-7. According to wikipedia, it
can represent most of the lower set of printable ascii characters
(32-127, decimal) as is. For all other characters, it takes the UTF-16
representation and base-64 encodes it. That has got to be harsh for a
human to read.

I wonder how they handle the UTF-16 byte ordering?

-- Rick

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to