pillai.ganesh
17th May 2014, 16:21
Hi Guys,
I'm facing a problem while reading spanish text present in my tctxtn field- tsxyz007.emtx.
There is a word present in my field -> "Compañia"
Which when read and stored in temporary file comes as -> "Compa>¼ñia "
The code that I use to read the text is as below:
tmp_file = creat.tmp.file$( bse.tmp.dir$() )
ret = text.read ("tsxyz007.emtx", "5", kw1, kw2, kw3, kw4, tgroup, edit_opt, tmp_file, 1)
Thanks,
Ganesh
I'm facing a problem while reading spanish text present in my tctxtn field- tsxyz007.emtx.
There is a word present in my field -> "Compañia"
Which when read and stored in temporary file comes as -> "Compa>¼ñia "
The code that I use to read the text is as below:
tmp_file = creat.tmp.file$( bse.tmp.dir$() )
ret = text.read ("tsxyz007.emtx", "5", kw1, kw2, kw3, kw4, tgroup, edit_opt, tmp_file, 1)
Thanks,
Ganesh