Skip to content

Commit 29eb4ee

Browse files
committed
Update Tibetan; use Unicode word boundaries instead of hardcoded ones.
1 parent 90127b7 commit 29eb4ee

4 files changed

Lines changed: 13888 additions & 19 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ ext/arabic_rom/data
140140
scriptshifter/data/*.db
141141
!.keep
142142
VERSION
143+
.~lock.*

scriptshifter/tables/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
)
4848
# Package path where hook functions are kept.
4949
HOOK_PKG_PATH = "scriptshifter.hooks"
50-
# Default characters defining a word boundary. This is configurable per-table.
51-
WORD_BOUNDARY = " \n\t:;.,\"'-()[]{}"
5250

5351
# Token word boundary marker. Used in maps to distinguish special
5452
# transliterations for initial, final, and standalone tokens.

0 commit comments

Comments
 (0)