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. -JimC
en_US-UTF8.diff.gz
Description: patch to xc/nls/Compose/en_US.UTF-8 version 1.3
