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
This commit is contained in:
Aleksander Czajczynski
2019-09-11 10:18:14 +02:00
parent 5a7aacfc3d
commit cb82eefb38
3 changed files with 14 additions and 0 deletions

View File

@@ -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

4
src/codepage/l_ee.h Normal file
View File

@@ -0,0 +1,4 @@
/* Pavel Tsarenko <tpe2@mail.ru> */
#define HB_CP_UPPER "ABCDEFGĢHIJKLMNOPQRSŠZŽTUVWÕÄÖÜXY"
#define HB_CP_LOWER "abcdefgģhijklmnopqrsšzžtuvwõäöüxy"

4
src/codepage/l_lv.h Normal file
View File

@@ -0,0 +1,4 @@
/* Pavel Tsarenko <tpe2@mail.ru> */
#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ž"