Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cpp/ | H | 25-Apr-2025 | - | 156 | 128 | |
go/ | H | 25-Apr-2025 | - | 1,324 | 1,076 | |
html/ | H | 25-Apr-2025 | - | 409 | 358 | |
README.md | H A D | 25-Apr-2025 | 615 | 27 | 19 |
README.md
1Unicode comparison utilities 2============================ 3 4This directory contains the following 5 6cpp/* 7----- 8This folder contains the bridge code between SkUnicode and golang 9 10go/* 11---- 12This folder contains the set on golang utilities that allow to download, preprocess data and then generate the comparison table itself 13 14download_wiki.go 15---------------- 16make download_wiki 17./download_wiki 18You may need to update go-wiki package: go get -u github.com/trietmn/go-wiki 19List of wiki languages: https://meta.wikimedia.org/wiki/List_of_Wikipedias 20 21extract_info.go 22--------------- 23 24generate_table.go 25----------------- 26 27