aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/escape.scm
blob: 841e496564a4605d8496ba8e872726212d4ac462 (plain)
1
2
3
4
5
6
(load-extension "./libelmorph" "scm_init_ellinika_elmorph_module")

(display (utf8-escape "ο \"παρα\\κείμενος\""))
(newline)
(display (utf8-escape "ο \"παρα\\κείμενος\"" "ία" ))
(newline)

Return to:

Send suggestions and report system problems to the System administrator.