Skip to content

Instantly share code, notes, and snippets.

View hydrargyrum's full-sized avatar

hydrargyrum

View GitHub Profile
@hydrargyrum
hydrargyrum / gist:aa79a855c7c441df2c7509c1c8a80e77
Created February 20, 2024 10:50 — forked from dpk/gist:8325992
PyICU cheat sheet

PyICU cheat sheet

Because you can't get the docs.

Transliteration

Create a transliterator:

greek2latin = icu.Transliterator.createInstance('Greek-Latin')