Date: Wed, 5 Jan 2011 15:07:14 +0100 From: Patrick Lamaiziere <patfbsd@davenulle.org> To: David Demelier <demelier.david@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Real ISO-8859-15 support or just an `alias' to 8859-1 ? Message-ID: <20110105150714.3e8ecff2@mr129041.univ-rennes1.fr> In-Reply-To: <4D2476EB.3080304@gmail.com> References: <4D2476EB.3080304@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Le Wed, 05 Jan 2011 14:49:31 +0100, David Demelier <demelier.david@gmail.com> a écrit : > Hello, Hello, > I can't write these characters '€' 'œ' using ISO-8859-15 locales, in > fact the 'œ' character is replaced with '½'. > > As you can see here http://fr.wikipedia.org/wiki/ISO_8859-15 the œ > character should be replaced with ½, so i'm guessing if the locales > are really using ISO-8859-15 and not only 8859-1 > > These problems were reported on xterm / urxvt with or without vim. I think the problem is the font. It works fine using an iso8859-* in xterm, by example: $ xterm -font '-*-fixed-medium-r-*-*-18-*-*-*-*-*-iso8859-*' Works fine with Terminal too. > My locales : > > markand@Melon ~ $ locale > LANG=fr_FR.ISO8859-15 > LC_CTYPE="fr_FR.ISO8859-15" > LC_COLLATE="fr_FR.ISO8859-15" > LC_TIME="fr_FR.ISO8859-15" > LC_NUMERIC="fr_FR.ISO8859-15" > LC_MONETARY="fr_FR.ISO8859-15" > LC_MESSAGES="fr_FR.ISO8859-15" > LC_ALL= looks good, I use: ~$ locale LANG=fr_FR.ISO8859-15 LC_CTYPE="fr_FR.ISO8859-15" LC_COLLATE="fr_FR.ISO8859-15" LC_TIME="fr_FR.ISO8859-15" LC_NUMERIC="fr_FR.ISO8859-15" LC_MONETARY="fr_FR.ISO8859-15" LC_MESSAGES="fr_FR.ISO8859-15" LC_ALL=fr_FR.ISO8859-15 Regards.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110105150714.3e8ecff2>