libX11: Changes to 'master'

James Cloos cloos at kemper.freedesktop.org
Tue Dec 4 14:26:11 PST 2007


 nls/en_US.UTF-8/Compose.pre | 4042 ++++++++++++++++++++++----------------------
 1 file changed, 2021 insertions(+), 2021 deletions(-)

New commits:
commit 438d02ebc08ee171cf1d3936f4c81050d428ab92
Author: James Cloos <cloos at jhcloos.com>
Date:   Tue Dec 4 17:25:39 2007 -0500

    Fix the <U\x+> keysyms in the en_US.UTF-8 Compose file
    
    Based on src/KeysymStr.c and src/StrKeysym.c and comments in
    bugs #11930¹ and #5129² it is clear that <U100XXXXX> is invalid;
    those should be in the form U plus the hex of the UCS Code Point.
    
    The 0x01000000 is ORed in by the code.
    
    This update fixes all of those.
    
    1] https://bugs.freedesktop.org/show_bug.cgi?id=11930
    2] https://bugs.freedesktop.org/show_bug.cgi?id=5129



More information about the xorg-commit mailing list