goldendict-ng/tools/generators
xiaoyifang 69ff9b1177
opt: remove DiacriticFolding.txt (#713)
* opt: remove DiacriticFolding.txt

* 🎨 apply clang-format changes

* fix: remove foldedDiacritic method

---------

Co-authored-by: xiaoyifang <xiaoyifang@users.noreply.github.com>
2023-05-20 10:28:43 +08:00
..
CaseFolding.txt update CaseFolding.txt and generate inc_case_folding.hh 2023-04-10 22:40:57 +08:00
generate.cc opt: remove DiacriticFolding.txt (#713) 2023-05-20 10:28:43 +08:00
readme.txt optimize:file structure rearrange 2022-02-17 22:42:28 +08:00

This directory holds various generators to generate some code/data. We ship
that generated content as part of the source code to simplify compilation, so
there's no need for the end user to regenerate anything. A developer making
changes to the relevant data files would need this, though,