Bug 44059 - Additions to X11/locale/en_US.UTF-8
Summary: Additions to X11/locale/en_US.UTF-8
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Lib/Xlib (data) (show other bugs)
Version: unspecified
Hardware: Other All
: low trivial
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2011BRB_Reviewed
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-22 07:44 UTC by Geoff Streeter
Modified: 2013-09-03 21:07 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
A new version of en_US.UTF-8/Compose (513.71 KB, text/plain)
2011-12-22 07:44 UTC, Geoff Streeter
no flags Details
addition to be added to the bottom of Compose.pre (15.22 KB, text/plain)
2012-01-03 06:47 UTC, Geoff Streeter
no flags Details
modified addition for en_US.UTF-8/Compose (17.85 KB, text/plain)
2012-01-05 02:58 UTC, Geoff Streeter
no flags Details
added comments re <underscore> <semicolon> (17.85 KB, text/plain)
2012-01-06 05:40 UTC, Geoff Streeter
no flags Details
With the real changes to the comments (17.89 KB, text/plain)
2012-01-09 07:12 UTC, Geoff Streeter
no flags Details

Description Geoff Streeter 2011-12-22 07:44:20 UTC
Created attachment 54703 [details]
A new version of en_US.UTF-8/Compose

I have added lines to do composition to produce characters in the range U24b6 to U24CF (The circled capital alphabetics); the range U2460 to U2468 (the circled single digit numerics).

I have added compositions for all of the APL characters generated by the keyboards in xkb/symbols/apl.

I have the feeling that a lot of these compositions would be better in a "partsbin" directory and then the actual locale files built by including files from the parts bin. However, that is not what seems to be the culture for these files.
Comment 1 Alan Coopersmith 2011-12-22 08:52:01 UTC
That looks like a libX11 compose file, not an xkb-config file, so moving
to the right place.
Comment 2 Geoff Streeter 2011-12-23 00:46:29 UTC
Thank you. Where did it go to ?
Comment 3 Alan Coopersmith 2011-12-23 09:00:46 UTC
Since both projects are hosted on freedesktop.org, it was just moved to a
different product & component in the same bugzilla instance.
Comment 4 Jeremy Huddleston Sequoia 2012-01-02 20:22:35 UTC
Please provide a *patch* rather than the updated file.  Also, you should email 
your patch to the xorg-devel mailing list for review.
Comment 5 Geoff Streeter 2012-01-03 06:47:23 UTC
Created attachment 55082 [details]
addition to be added to the bottom of Compose.pre

Compose.pre appears to be the same as Compose except that leading comment "#" are replaced by "XCOMM". So I have modified my additions accordingly.
Comment 6 James Cloos 2012-01-03 10:24:14 UTC
Re: attachement #55082:

The circled letters and digits are alread in the utf8 Compose.pre using
»Multi_key ( letter )« suntax.

Sequences such as »Multi_key < =« and the like also are already there.

It is better to use the symbol names rather than Uxxxx names where
possible.  Cf /usr/include/X11/keysym.h and /usr/include/X11/keysymdef.h
for the full list of defined symbols.

Non-APL-specific sequences should be sorted with the rest; this helps
self-document the various equivalent sequences.

Perhaps the APL-specific ones should, too.  I understand that you
ordered them based on the keyboard, but most of the file is sorted
by the resulting string.

Ideally, git clone one of:

         git://anongit.freedesktop.org/xorg/lib/libX11
         http://anongit.freedesktop.org/git/xorg/lib/libX11.git

and use »git format-patch« to generate the patch.

Thanks.  Complete support for entering APL is clearly beneficial.
Comment 7 Geoff Streeter 2012-01-05 02:58:47 UTC
Created attachment 55164 [details]
modified addition for en_US.UTF-8/Compose

I have restructured the additions to be in Unicode order.

I have coded all of the entries from "Mathematical Operators" that are used by any APLs that I am aware of. I have coded all of the APL FUNCTIONAL SYMBOLS in "Miscellaneous Technical" that are overstrikes.

I have left <_ in spite of <= already being there. This is because ancient APLers expect these. They are not critical though because ≤ is going to be on any APL keyboard. However ≠_ is more important because they may not have ≢.

There seems to be a problem with <macron>. I could not get ¯⊤ or ⊤¯ to work. Also the existing ¯A doesn't seem to work. I tried a Compose files with just the two lines and that did not work. I tried using <U00af> and that didn't work either.

I could not understand why _; didn't work. However, I did not go as far as testing it in an isolated file. I will try to find some time to do this.

I have left some non working lines in but commented them. This is so that others don't just think that I omitted them by mistake.

Sorry, but I didn't learn enough about "git format-patch" fast enough to use it.

This should be enough for extensive APL support. All of the issues are for characters that nobody is actually using for real APL. Of course that does not mean that nobody wants to type them anywhere.
Comment 8 Geoff Streeter 2012-01-06 05:40:55 UTC
Created attachment 55213 [details]
added comments re <underscore> <semicolon>

_; doesn't work because it clashes with _;O and _;o
Comment 9 Geoff Streeter 2012-01-09 07:12:20 UTC
Created attachment 55333 [details]
With the real changes to the comments

Sorry sent the previous one before I saved it to disk.
Comment 10 Benno Schulenberg 2013-09-03 21:07:34 UTC
This was committed somewhere in May 2012.  Closing.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.