[mew-int 01227] Re: iso-8859-15 (aka Latin-0 or Latin-9)

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
Tue Dec 17 11:02:45 JST 2002


From: Tatsuya Kinoshita <tats at example.com>
Subject: [mew-int 01226] Re: iso-8859-15 (aka Latin-0 or Latin-9)

> unify-8859-on-decoding-mode uses latin-iso8859-1 as far as
> possible. 

Yes, of course. The range 0x0000-0x00FF of Unicode is exactly the same
as ISO-8859-1. The range 0x0100-24FF is a set of Latin characters
except ISO-8859-1 characters.

> So, many latin characters can be displayed with
> iso8859-1 fonts.  Other latin characters can be displayed with
> unicode fonts.  The fonts of iso8859-2, iso8859-3, iso8859-4,
> iso8859-5, ... are not required on unify-8859-on-decoding-mode.

Since fonts of ISO-8859-* are usually installed in many OSes, I don't
think this is a benefit.

Anyway, I will implement the following algorithm:

If characters of mule-unicode-0100-24ff are found, encodes the draft
with utf-8. Otherwise, tries to find an appropriate character set out
of ISO-8859-*.

--Kazu



More information about the Mew-int mailing list