Question Converting The File To Thai Characters Facing

Santosh

New Member
Hi People...!!
Is their any conversion patch for converting the particular file to thai characters????
I have used this statement for conversion:
UNIX SILENT iconv VALUE(filename1) -f TIS-620 -t UTF8 -c -o VALUE(filename2)
while using this statement for conversion but it truncates some of the characters when i tried to extract for bulk data..
so provide some suggestions for this..??
 
From your statement I'll take it that you are converting from source TIS-620 to UTF-8. I don't know much about iconv - but, are sure that ALL characters in the input file are contained in your sourc code-page?

Heavy Regards, RealHeavyDude.
 
Back
Top