en_IE.ISO8859-15 locale does not work for me
"Barry Scott" <[email protected]>
| Newsgroups | gmane.comp.xfree86.internationalization |
|---|---|
| Message-ID | <[email protected]> |
I could not get the text to display when the locale was
set to en_IE.ISO8859-15 (we want the euro symbol).
Have built XFree86 4.4.0 with debug and step thru a lot of
the code I concluded that this patch is required to fix the
locale:
--- xc/nls/XLC_LOCALE/iso8859-15~ 2004-05-14 14:09:36.000000000 +0100
+++ xc/nls/XLC_LOCALE/iso8859-15 2004-05-14 14:09:36.000000000 +0100
@@ -16,7 +16,7 @@
XCOMM fs0 class
fs0 {
charset {
- name ISO8859-1:GL
+ name ISO8859-15:GL
}
font {
primary ISO8859-15:GL
Barry