Page 1 of 1

Unable to read Japanese characters in TM1

Posted: Tue Aug 05, 2014 10:02 am
by sreesuku
Hi Team,

I have a text file which contains some Japanese characters. When I open the text in my local I am able to view those characters. But when I preview the same in TM1 its not displaying properly. I think they appear as ASCII encoded. Is there any way to make them appear as it is ? Any TM1 setting need to be changed ?

Attaching the Actual file view and TM1 view for your reference.

Regards
Sree
Actual File View
Actual File View
Actual_File_View.jpg (104.48 KiB) Viewed 3526 times

Re: Unable to read Japanese characters in TM1

Posted: Tue Aug 05, 2014 12:48 pm
by pandinus
What happens when you execute the process and output the string to a text file?

You can also have a look at the following TI command: SetInputCharacterSet
http://pic.dhe.ibm.com/infocenter/ctm1/ ... erset.html

The value you need is probably TM1CS_WCP932.

Re: Unable to read Japanese characters in TM1

Posted: Tue Aug 05, 2014 5:36 pm
by sreesuku
pandinus wrote:What happens when you execute the process and output the string to a text file?

You can also have a look at the following TI command: SetInputCharacterSet
http://pic.dhe.ibm.com/infocenter/ctm1/ ... erset.html

The value you need is probably TM1CS_WCP932.
Hi,

Where should I give this code ? Under Prolog tab ?

Re: Unable to read Japanese characters in TM1

Posted: Wed Aug 06, 2014 5:43 am
by BariAbdul
Yes,Prolog tab.Thanks