Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

I18N issue.

Former Member
0 Kudos

I converted my system to Unicode, however in I18N, I can not set it to Unicode, what's the problem? Any idea?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

I guess you can not set the country code to Unicode, in this case, clear the entries in TCP0D will solve the problem, however it is not necessary to set the country code to Unicode, as system codepage is not decided by country code setting in Unicode system.

6 REPLIES 6

Former Member
0 Kudos

I guess you can not set the country code to Unicode, in this case, clear the entries in TCP0D will solve the problem, however it is not necessary to set the country code to Unicode, as system codepage is not decided by country code setting in Unicode system.

Former Member
0 Kudos

Yes, I can not set the coutry code to Unicode, how can I delete the entries in table TCP0D?

Former Member
0 Kudos

You can create maitenance view or delete the entry from database level.

Former Member
0 Kudos

Is there any impact to clean the entries in this table?

Former Member
0 Kudos

there should be no impact.

Former Member
0 Kudos

thank you for your answer.