Name Date Size #Lines LOC

..--

cpp/H25-Apr-2025-156128

go/H25-Apr-2025-1,3241,076

html/H25-Apr-2025-409358

README.mdH A D25-Apr-2025615 2719

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