Skip to content

Commit 69deeaf

Browse files
committed
Update Example session
1 parent 282e5d7 commit 69deeaf

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.rst

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
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

35
Example 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

Comments
 (0)