× 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.



From: Joe Sam Shirah

    It was unfortunate to have to make that kind of trade off not just for
Java, but for I18N issues in general.  The good news, for I18N anyway, is
that as of V5R3, UTF-8 is supported.  The only downside is that for some
character sets UTF-8 actually requires *three* bytes.  Fortunately, those
are relatively rare.  For most languages, UTF-8 will use just one byte, so
shops using UCS-2 and those staying away from Unicode due to previously
having to use UCS-2 may want to convert/reconsider.

    Java will still convert to standard Unicode.

But that's no reason to store your data in Unicode.  If you are comfortable
using a single-byte code set, then reducing your disk space (typically by
about 30%, given numeric fields) is probably worth the conversion going in
and out of the database.  This is especially true if the bulk of your
processing logic is in RPG (as it should be IMO), since RPG is a single-byte
language.

Joe



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

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.