On Thu, Oct 10, 2002 at 02:04:20PM -0400, James H. Cloos Jr. wrote: >I think there is a bug in the ci of xc/nls/Compose/en_US.UTF-8. > >The cedilla changes look like this when run through utf2asc: > ><dead_acute> <comma> <c> : "\u00E7" ccedilla ><dead_acute> <comma> <C> : "\xC3\u0087" Ccedilla ><dead_acute> <dead_acute> <c> : "\u00E7" ccedilla ><dead_acute> <dead_acute> <C> : "\xC3\u0087" Ccedilla > ><dead_acute> <comma> <space> : "\u00B8" cedilla > ><dead_acute> <dead_acute> <space> : "\xCB\u009D" doubleacute > >Those are the only lines where a \x escape shows up rather than a \u >escape. Ccedilla is of course \u00C7 and doubleacute is \u02DD. > >I've attached a patch below (gzip(1)ed to try to prevent any further >encoding issues) that should fix those three lines.
Thanks. I've just committed your fix. David _______________________________________________ Xpert mailing list [EMAIL PROTECTED] http://XFree86.Org/mailman/listinfo/xpert
