[Bug 2286] New: Duplicate compose entries

bugzilla-daemon@freedesktop.org bugzilla-daemon@freedesktop.org
Sat Jan 15 11:23:15 PST 2005


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://bugs.freedesktop.org/show_bug.cgi?id=2286        
   
           Summary: Duplicate compose entries
           Product: xorg
           Version: 6.8.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: * Other
        AssignedTo: xorg-bugzilla-noise@freedesktop.org
        ReportedBy: sndirsch@suse.de
                CC: eich@pdx.freedesktop.org,mfabian@suse.de,mhopf@suse.de


The X11 compose tables contain many duplicate entries.  Eg. in en_US.UTF-8:   
   
<Multi_key> <C> <slash>                 : "?" U20a1 # COLON SIGN   
<Multi_key> <C> <slash>                 : "¢" U00A2 # CENT SIGN   
  
The second entry overrides the first one. 
 
* How to reproduce:  
 
$ cd /usr/X11R6/lib/X11/locale  
$ for f in */Compose; do  
  echo $f:  
  sed -e '/^#/d' -e 's/[[:space:]]*#.*//' -e '/[^[:space:]]/!d' \  
      -e 's/^[[:space:]]*//' -e 's/[[:space:]]*:.*//' \  
      -e 's/[[:space:]]\+/ /g' $f | sort | uniq -d  
done        
   
   
--         
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list