× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Are there any best practices for Internationalization (multi language
environments) to make life easier?

For example if your application is used across the Globe and code base is
same isn't it better to keep data in Unicode CCSID 1208 or 1200 in
Database/Fields and IFS files. instead of keeping database in different
CCSID for each country language?

1208
DB2 uses CCSID 1208 for Unicode UTF-8 data, which DB2 always considers to
be mixed data. This CCSID is the default CCSID value for Unicode tables.

Therefore, DB2 uses CCSID 1208 for CHAR, VARCHAR, and CLOB columns that are
defined with FOR MIXED DATA in Unicode tables. FOR MIXED DATA is the
default subtype specification.
1200DB2 uses CCSID 1200 for Unicode UTF-16 data, which is double-byte data
(DBCS). This CCSID applies to GRAPHIC and VARGRAPHIC Unicode data.

Therefore, DB2 uses CCSID 1200 for GRAPHIC, VARGRAPHIC, and DBCLOB columns
in Unicode tables.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.