From cb82eefb385db66908d269c8726a209cd6abea6b Mon Sep 17 00:00:00 2001 From: Aleksander Czajczynski Date: Wed, 11 Sep 2019 10:18:14 +0200 Subject: [PATCH] 2019-09-11 10:16 UTC+0200 Aleksander Czajczynski (hb fki.pl) + src/codepage/l_ee.h + src/codepage/l_lv.h + once again, sorry! actually those files were missing from the previous commit - instead of being moved - due to git kludges --- ChangeLog.txt | 6 ++++++ src/codepage/l_ee.h | 4 ++++ src/codepage/l_lv.h | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 src/codepage/l_ee.h create mode 100644 src/codepage/l_lv.h diff --git a/ChangeLog.txt b/ChangeLog.txt index e8393612bd..21bc2e0659 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,12 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2019-09-11 10:16 UTC+0200 Aleksander Czajczynski (hb fki.pl) + + src/codepage/l_ee.h + + src/codepage/l_lv.h + + once again, sorry! actually those files were missing from the previous + commit - instead of being moved - due to git kludges + 2019-09-09 18:08 UTC+0200 Aleksander Czajczynski (hb fki.pl) * src/lang/l_ee.h -> src/codepage/l_ee.h * src/lang/l_lv.h -> src/codepage/l_lv.h diff --git a/src/codepage/l_ee.h b/src/codepage/l_ee.h new file mode 100644 index 0000000000..eb5bba7de1 --- /dev/null +++ b/src/codepage/l_ee.h @@ -0,0 +1,4 @@ +/* Pavel Tsarenko */ + +#define HB_CP_UPPER "ABCDEFGĢHIJKLMNOPQRSŠZŽTUVWÕÄÖÜXY" +#define HB_CP_LOWER "abcdefgģhijklmnopqrsšzžtuvwõäöüxy" diff --git a/src/codepage/l_lv.h b/src/codepage/l_lv.h new file mode 100644 index 0000000000..a41a956441 --- /dev/null +++ b/src/codepage/l_lv.h @@ -0,0 +1,4 @@ +/* Pavel Tsarenko */ + +#define HB_CP_UPPER "AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPQRSŠTUŪVWXYZŽ" +#define HB_CP_LOWER "aābcčdeēfgģhiījkķlļmnņopqrsštuūvwxyzž"