Add scribble support for additional letters from the Czech alphabet.
original commit: f036b0bd12faf7bcad812f516d938ce5afaf0bc1
This commit is contained in:
parent
570f682b23
commit
0d977a560c
|
@ -967,7 +967,10 @@
|
||||||
[(#\Ø) "{\\O}"]
|
[(#\Ø) "{\\O}"]
|
||||||
[(#\ł) "{\\l}"]
|
[(#\ł) "{\\l}"]
|
||||||
[(#\Ł) "{\\L}"]
|
[(#\Ł) "{\\L}"]
|
||||||
|
[(#\ř) "{\\v r}"]
|
||||||
|
[(#\Ř) "{\\v R}"]
|
||||||
[(#\š) "{\\v s}"]
|
[(#\š) "{\\v s}"]
|
||||||
|
[(#\Š) "{\\v S}"]
|
||||||
[(#\uA7) "{\\S}"]
|
[(#\uA7) "{\\S}"]
|
||||||
[(#\〚) "$[\\![$"]
|
[(#\〚) "$[\\![$"]
|
||||||
[(#\〛) "$]\\!]$"]
|
[(#\〛) "$]\\!]$"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user