1- Mathics Language and Translation Toolkit module.
1+ Mathics3 Module for ICU — International Components for Unicode
2+
3+ Functions which provide information from the `Python ICU library <https://pypi.org/project/pyicu/ `_ library.
24
35Example Session
46---------------
@@ -8,5 +10,18 @@ Example Session
810 $ mathicsscript
911 In[1]:= LoadModule["pymathics.icu"]
1012 Out[1]= pymathics.icu
13+
1114 In[2]= Alphabet["Croatian"]
12- Out[2]= {['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'r', 's', 't', 'u', 'v', 'z', 'ć', 'č', 'đ', 'š', 'ž', 'dž', 'lj', 'nj']}
15+ Out[2]= {a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, r, s, t, u, v, z, ć, č, đ, š, ž, dž, lj, nj}
16+
17+ In[3]:= $Language
18+ Out[3]= "English"
19+
20+ In[4]:= Alphabet[]
21+ Out[4]= {a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z}
22+
23+ In[5]:= $Language="German"
24+ Out[5]= "German"
25+
26+ In[6]:= Alphabet[]
27+ Out[6]= {a, ä, b, c, d, e, f, g, h, i, j, k, l, m, n, o, ö, p, q, r, s, ß, t, u, ü, v, w, x, y, z}
0 commit comments