about summary refs log tree commit diff stats
path: root/src/utils/widthconv.nim
Commit message (Collapse)AuthorAgeFilesLines
* widthconv: bugfixesbptato2024-02-111-25/+11
| | | | | | | * fix failed assertion on non-ha-column half-width chars followed by handakuten with text-transform: full-width * fix dquot full-width conversion * fix lone half-width han/dakuten conversion
* twtstr: misc refactoringsbptato2024-02-091-0/+126
* move out half width <-> full width converters * snake_case -> camelCase * improve toScreamingSnakeCase slicing