RE: en_IE.ISO8859-15 locale does not work for me

2005-01-19 Thread Marc Aurele La France
On Tue, 18 Jan 2005, Barry Scott wrote:
I got no response on the I18N list. Is the dev list a better place
to get feed back on this patch? It seems the only way to make
en_IE.ISO8859-15 work.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Barry Scott
Sent: 14 May 2004 14:12
To: i18n@xfree86.org
Subject: [I18n] en_IE.ISO8859-15 locale does not work for me

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.0 +0100
+++ xc/nls/XLC_LOCALE/iso8859-152004-05-14 14:09:36.0 +0100
@@ -16,7 +16,7 @@
XCOMM   fs0 class
fs0 {
charset {
-   nameISO8859-1:GL
+   nameISO8859-15:GL
}
font{
primary ISO8859-15:GL

This has been committed and will show up in XFree86 4.5.0.

Thanks for committing the fix.

Can you confirm that you know that this is a correct fix for the
problem? I'm far from an expert on these files.

The UTF-8 and locale code in XFree is complex and undocumented,
I could easily have fixed my problem the wrong way.

I recall I was seeing code behind XutfTextExtents fail to
return any info without the patch - I think it was Xutf8TextExtents.

You will notice that a lot of the other iso8859-* files have the
same error in them if this is a sane fix.

I though it best the share my doubts with you.
I don't really know, as I'm not all that familiar with this either.  Perhaps 
someone else will chime in.

Marc.
+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


RE: en_IE.ISO8859-15 locale does not work for me

2005-01-18 Thread Barry Scott
Marc,

Thanks for committing the fix.

Can you confirm that you know that this is a correct fix for the
problem? I'm far from an expert on these files.

The UTF-8 and locale code in XFree is complex and undocumented,
I could easily have fixed my problem the wrong way.

I recall I was seeing code behind XutfTextExtents fail to
return any info without the patch - I think it was Xutf8TextExtents.

You will notice that a lot of the other iso8859-* files have the
same error in them if this is a sane fix.

I though it best the share my doubts with you.

Barry


 -Original Message-
 From: Marc Aurele La France [mailto:[EMAIL PROTECTED]
 Sent: 17 January 2005 22:25
 To: Barry Scott
 Cc: XFree86-Devel
 Subject: Re: en_IE.ISO8859-15 locale does not work for me


 On Wed, 26 May 2004, Barry Scott wrote:

  I got no response on the I18N list. Is the dev list a better place
  to get feed back on this patch? It seems the only way to make
  en_IE.ISO8859-15 work.

  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
  Barry Scott
  Sent: 14 May 2004 14:12
  To: i18n@xfree86.org
  Subject: [I18n] en_IE.ISO8859-15 locale does not work for me

  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.0 +0100
  +++ xc/nls/XLC_LOCALE/iso8859-152004-05-14 14:09:36.0 +0100
  @@ -16,7 +16,7 @@
  XCOMM   fs0 class
  fs0 {
  charset {
  -   nameISO8859-1:GL
  +   nameISO8859-15:GL
  }
  font{
  primary ISO8859-15:GL

 This has been committed and will show up in XFree86 4.5.0.

 Thanks.

 Marc.

 +--+---+
 |  Marc Aurele La France   |  work:   1-780-492-9310   |
 |  Computing and Network Services  |  fax:1-780-492-1729   |
 |  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
 |  University of Alberta   +---+
 |  Edmonton, Alberta   |   |
 |  T6G 2H1 | Standard disclaimers apply|
 |  CANADA  |   |
 +--+---+
 XFree86 developer and VP.  ATI driver and X server internals.



___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: en_IE.ISO8859-15 locale does not work for me

2005-01-17 Thread Marc Aurele La France
On Wed, 26 May 2004, Barry Scott wrote:
I got no response on the I18N list. Is the dev list a better place
to get feed back on this patch? It seems the only way to make
en_IE.ISO8859-15 work.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of
Barry Scott
Sent: 14 May 2004 14:12
To: i18n@xfree86.org
Subject: [I18n] en_IE.ISO8859-15 locale does not work for me

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.0 +0100
+++ xc/nls/XLC_LOCALE/iso8859-152004-05-14 14:09:36.0 +0100
@@ -16,7 +16,7 @@
XCOMM   fs0 class
fs0 {
charset {
-   nameISO8859-1:GL
+   nameISO8859-15:GL
}
font{
primary ISO8859-15:GL
This has been committed and will show up in XFree86 4.5.0.
Thanks.
Marc.
+--+---+
|  Marc Aurele La France   |  work:   1-780-492-9310   |
|  Computing and Network Services  |  fax:1-780-492-1729   |
|  352 General Services Building   |  email:  [EMAIL PROTECTED]  |
|  University of Alberta   +---+
|  Edmonton, Alberta   |   |
|  T6G 2H1 | Standard disclaimers apply|
|  CANADA  |   |
+--+---+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel