xref: /aosp_15_r20/external/skia/tools/unicode_comparison/README.md (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
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