def test(s):
    print repr(s), repr(cjhebrew_to_unicode(s)), cjhebrew_to_unicode(s)
Exemple #2
0
import transliterate_unicode
u = transliterate_unicode.cjhebrew_to_unicode(
    "b*:re'+siyt b*ArA' 'E:lohiym 'et ha+s*Amayim w:'et ")
print u.encode("utf-8")
def test(s):
    print repr(s), repr(cjhebrew_to_unicode(s)), cjhebrew_to_unicode(s)