mig28mx
31st March 2015, 21:21
Hi all,
I´m facing the following situation:
I have to write to a file the field tfgld008.desc from table tfgld008.
In the description I have fields like Ñ and ñ or ü.
When I see the output, I see a char like Ã. I have changed the LOCALE for the user without success.
Any suggestion?

Thank you in advance.

mark_h
31st March 2015, 21:48
Looks like that field on my 4c4 system is just a simple mb string. How are you writing it out to a file?

bhushanchanda
31st March 2015, 21:52
Hi,

I found the following related threads -

Try if they help you.

Thead 1 (http://www.baanboard.com/baanboard/showthread.php?t=22836)

Thread 2 (http://www.baanboard.com/baanboard/showthread.php?t=53942)

vamsi_gujjula
1st April 2015, 16:48
This is for LN ... no sure on baan 4 ..

i had à in LN text.. when the text is printed to Excel report its being converted to >¼à so

what i understand is, any char beyond 127 ascii value is being encoded in TSS format in LN ( ie multibyte)
some help ottstpisotable

i used mb.export$ function to resolved it... probably you can check this