Add scribble support for additional letters from the Czech alphabet.

original commit: f036b0bd12faf7bcad812f516d938ce5afaf0bc1
This commit is contained in:
Vincent St-Amour 2012-07-12 17:38:51 -04:00
parent 570f682b23
commit 0d977a560c

View File

@ -967,7 +967,10 @@
[(#\Ø) "{\\O}"]
[(#\ł) "{\\l}"]
[(#\Ł) "{\\L}"]
[(#\ř) "{\\v r}"]
[(#\Ř) "{\\v R}"]
[(#\š) "{\\v s}"]
[(#\Š) "{\\v S}"]
[(#\uA7) "{\\S}"]
[(#\〚) "$[\\![$"]
[(#\〛) "$]\\!]$"]