Re-2: Importing Cyrillic Text

runrev at animabit.de runrev at animabit.de
Thu Dec 7 02:51:28 EST 2006


Hi

Save any language text in UTF8:
put uniDecode(unicodetext of field "bibeltext","UTF8") into URL "file:C:/test.txt"

Load any language text from a file encoded in UTF8 to a runrev field:
set the unicodetext of  field "bibeltext" to uniEncode(URL "file:C:/test.txt","UTF8") 

Save any language text from a field to a html-page for viewing in a browser 
works even with hebrew and arabic texts runrev cannot display correct but encodes internally correctly.

put htmltext of field "bibeltext" into URL "file:C:/test.html"

This should function in most cases

Regards,
Mit freundlichen Grüßen
Franz Böhmisch

boehmisch at animabit.de
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537


More information about the use-livecode mailing list