libX11: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 29 21:13:57 UTC 2023


 nls/en_US.UTF-8/Compose.pre |   58 ++++++++++++++++++++++----------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

New commits:
commit 5433cb93513c31e9cba2a447cf48d4b9aeb53285
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Mon Jul 17 08:02:09 2023 +0200

    nls: add two compose sequences for currency symbol `฿` (the Thai baht)
    
    The compose sequences are obvious: the capital B plus the vertical bar.
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>

commit 2ff401a472c5f210844cc358d5a27bd340546796
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Mon Jul 17 07:56:14 2023 +0200

    nls: reshuffle the compose sequences for currencies into ascending order
    
    That is: sort them according to code point.

commit c0e2d42d411be3245498ffe6484b35421f096c02
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Mon Jul 17 07:27:14 2023 +0200

    nls: add compose sequences for `₲` (guaraní), `₭` (kip), and `₮` (tugrik)
    
    When Ghana, Nigeria, Costa Rica and El Salvador have compose sequences
    for their currency symbols (cedi: `₵`, naira: `₦`, colón: `₡`), then
    Paraguay, Laos, and Mongolia deserve to have such sequences as well.
    
    The sequences should be obvious: the relevant capital letter of the
    name of the currency (G, K, T) plus a vertical bar, a minus sign,
    and an equals sign, respectively.
    
    Also add two sequences for `$` (the dollar sign), for consistency.
    
    Drop the tentative comments for drachma, penny, and austral, as those
    currencies have been obsolete for more than twenty years.
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>

commit d9fe5dc735c75398e36998c226d2418137229673
Author: Benno Schulenberg <bensberg at telfort.nl>
Date:   Mon Jul 17 07:06:51 2023 +0200

    nls: change result of sequence `<C> <bar>` from `¢` (CENT) to `₵` (CEDI)
    
    As a cent is a small coin, it makes no sense to use an uppercase letter
    to compose the `¢` symbol -- having four sequences with a lowercase `c`
    plus a `bar` or a `slash` available for composing `¢` should be enough.
    
    Use the sequence `<C> <bar` (with the uppercase `C`) for composing `₵`
    (the CEDI SIGN) instead.
    
    Signed-off-by: Benno Schulenberg <bensberg at telfort.nl>



More information about the xorg-commit mailing list