From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:reply-to:to:from:subject:organization:message-id :date:user-agent:mime-version:content-transfer-encoding; bh=p2V2lwG6RvUtvyIRHPjfmlO/VjToKqCvKdsbtTJvvoI=; b=AmljJkngpwyjgCiOZ0MKXC3bIv8g1NwESfrdZgO8bDMWlDsZY99pZ6ilR2H3k2RdjB xNm7o5JHUvqBUYWcTwaDFxu/XtLyuzZDdeIaaNr+ix5O0YRF/sbeX+I5t5HYA7VhRLhP UP9lqK6SomATzbN6mbV1QNkXfSd2wWc/snqIHdFsZ2HjnTf9UH/RdwKTd93DD64ATMgn VfcmV6Rlo3bWbU9u1n1hhprppcx+xwsHIzUVy8EVouJ5Zq2e5/Iu8NakR7kZI2k8KuCF Iswz4Z2WIIUw78Fm3y8Q3RsiCKso6Snb9d1gTKpSMvLbHohmnSp3oRVuu01uTi/kqTx/ uXbg== X-Gm-Message-State: ALyK8tLY2ybASUgHOLVYnOnc1QNq7A0DYVg4bmyWVqNpJGWGGaSkSctq/FKNYl8En1RdWM7p X-Received: by 10.194.25.194 with SMTP id e2mr19177858wjg.84.1464585813683; Sun, 29 May 2016 22:23:33 -0700 (PDT) To: kbd@lists.altlinux.org From: Marko Myllynen Organization: Red Hat Message-ID: <574BCE4D.40003@redhat.com> Date: Mon, 30 May 2016 08:23:25 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: [kbd] eurlatgr: add Adobe Latin 2 / 3 support X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Marko Myllynen , Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 05:23:40 -0000 Archived-At: List-Archive: Hi, It was found out that eurlatgr support for Adobe Latin 2 [1] and Adobe Latin 3 is only one glyph away: U+2113 SCRIPT SMALL L. But since we're out of free slots, we have to follow the eurlatgr tradition and remap. Based on https://en.wikipedia.org/wiki/Litre I think L is better than l. 1) https://github.com/adobe-type-tools/adobe-latin-charsets Patch below, please apply. --- data/consolefonts/README.eurlatgr | 4 ++++ data/consolefonts/README.eurlatgr.mappings | 2 +- data/consolefonts/eurlatgr.psfu | Bin 10548 -> 10550 bytes 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data/consolefonts/README.eurlatgr b/data/consolefonts/README.eurlatgr index 3402899..ee88e1a 100644 --- a/data/consolefonts/README.eurlatgr +++ b/data/consolefonts/README.eurlatgr @@ -65,6 +65,9 @@ CP10006 CP10029 CP10079 CP10081 +Adobe Latin 1 +Adobe Latin 2 +Adobe Latin 3 Apple CELTIC Apple CENTEURO Apple CROATIAN @@ -230,6 +233,7 @@ U+004B LATIN CAPITAL LETTER K K U+039A GREEK CAPITAL LETTER KAPPA Κ U+212A KELVIN SIGN K U+004C LATIN CAPITAL LETTER L L +U+2113 SCRIPT SMALL L ℓ U+004D LATIN CAPITAL LETTER M M U+039C GREEK CAPITAL LETTER MU Μ U+004E LATIN CAPITAL LETTER N N diff --git a/data/consolefonts/README.eurlatgr.mappings b/data/consolefonts/README.eurlatgr.mappings index 94edfc9..2a7d908 100644 --- a/data/consolefonts/README.eurlatgr.mappings +++ b/data/consolefonts/README.eurlatgr.mappings @@ -77,7 +77,7 @@ 0x049 U+0049 U+0399 0x04a U+004a 0x04b U+004b U+039a U+212a -0x04c U+004c +0x04c U+004c U+2113 0x04d U+004d U+039c 0x04e U+004e U+039d 0x04f U+004f U+039f diff --git a/data/consolefonts/eurlatgr.psfu b/data/consolefonts/eurlatgr.psfu index c0528243e7eb631288522882353e6be3e48abbc5..85f9d7bb03c2056514a68a1d2d56719f1281bbc3 100644 GIT binary patch delta 15 WcmdlIv@K{uiz1V-;^r2`4eS6i!Ud@S delta 12 TcmdlMv?XXmi{j=s#SQELCr1T! Thanks, -- Marko Myllynen