diff options
author | bptato <nincsnevem662@gmail.com> | 2024-11-03 17:21:52 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-11-03 17:21:52 +0100 |
commit | cfc6bb4c3cb773b035fa54de2aa90efbdd47216e (patch) | |
tree | 8695e2d7654a3a145929465d688a273481efb047 /res | |
parent | 21186a3f41bb0328dd34007d2f6300101e75a7cb (diff) | |
download | chawan-cfc6bb4c3cb773b035fa54de2aa90efbdd47216e.tar.gz |
utils, types: merge some modules
* line, vector, matrix -> path * twtuni, charcategory -> twtstr
Diffstat (limited to 'res')
-rw-r--r-- | res/gencharwidth.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/gencharwidth.nim b/res/gencharwidth.nim index a171f306..49609d74 100644 --- a/res/gencharwidth.nim +++ b/res/gencharwidth.nim @@ -1,8 +1,8 @@ import std/streams import std/strutils -import utils/charcategory import utils/proptable +import utils/twtstr var DoubleWidthRanges: seq[(uint32, uint32)] var DoubleWidthAmbiguousRanges: seq[(uint32, uint32)] |