diff options
| author | Tyge Løvset <[email protected]> | 2022-05-30 15:43:27 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-05-30 15:43:27 +0200 |
| commit | a180efa0f31a3ba6a91ea505545f1ad1b638cc5a (patch) | |
| tree | 816a0169c503f31b6681807212953071b9b7dbca /src | |
| parent | 58bb58e7980d1eae175ed66dbe873893a05ab81e (diff) | |
| download | STC-modified-a180efa0f31a3ba6a91ea505545f1ad1b638cc5a.tar.gz STC-modified-a180efa0f31a3ba6a91ea505545f1ad1b638cc5a.zip | |
Renamed utf8utils.c => utf8code.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/utf8code.c (renamed from src/utf8utils.c) | 0 | ||||
| -rw-r--r-- | src/utf8tabs.c | 1 | ||||
| -rw-r--r-- | src/utf8tabs.py | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/src/utf8utils.c b/src/utf8code.c index 3b01ae39..3b01ae39 100644 --- a/src/utf8utils.c +++ b/src/utf8code.c diff --git a/src/utf8tabs.c b/src/utf8tabs.c index 8168f78f..eccf0496 100644 --- a/src/utf8tabs.c +++ b/src/utf8tabs.c @@ -45,6 +45,7 @@ struct CaseFold casefold[] = { {42948, 42948, 42900}, {42949, 42949, 642}, {42950, 42950, 7566}, {42951, 42953, 42954}, {42960, 42962, 42963}, {42968, 42970, 42971}, {43888, 43913, 5049}, {65313, 65338, 65370}, }; // 188 + uint8_t cfold_low[] = { 0, 138, 10, 111, 2, 139, 3, 8, 4, 5, 6, 7, 9, 59, 12, 14, 16, 20, 49, 25, 56, 52, 29, 31, 33, 35, 37, 39, 50, 40, 41, 42, 43, 44, 45, 17, 46, 47, 48, 51, diff --git a/src/utf8tabs.py b/src/utf8tabs.py index 563180e3..9870e181 100644 --- a/src/utf8tabs.py +++ b/src/utf8tabs.py @@ -113,7 +113,7 @@ struct CaseFold casefold[] = {''') print('') count += 1 n += 1 - print('\n}; // %d' % (count)) + print('\n}; // %d\n' % (count)) return table |
