cancel
Showing results for 
Search instead for 
Did you mean: 

Chinese and Japanese characters

Former Member
0 Kudos

Hi,

I am having problems reading in and sending out chinese and japanese characters in a FILE---> FILE scenario. Is it true that an UTF-8 encoding can support this or do I need to use UTF-16?? Also does the input file read format should be changed to binary instead of TEXT??

Any help is appreciated!!!

-Teresa

Accepted Solutions (0)

Answers (2)

Answers (2)

agasthuri_doss
Active Contributor
0 Kudos
Former Member
0 Kudos

Hi Teresa

<i>>>Is it true that an UTF-8 encoding can support this</i>

Yes it is true UTF-8 is capable of doing this.

For this see this

http://www.geocities.com/dtmcbride/tech/charsets/chinese.html

>><i>Also does the input file read format should be changed to binary instead of TEXT</i>

It shd be text when u want to specify a encoding.

Hope it helps.

Regards

Arpit Seth

Former Member
0 Kudos

So does this mean UTF-8 (Being single byte) can handle multi-byte complex chinese and japanese data?? I thought when we had multibyte characters, UTF-16 would be a better option...Please correct me if I am wrong...

-Teresa

0 Kudos

Hello Teresa,

UTF-8 and UTF-16 both are multi-byte encoding.

so they can use Japanese character.

Saito