On Thu, 14 May 2009 06:55:56 -0500, Roland Schiradin <[email protected]> wrote:
>On Thu, 14 May 2009 12:44:10 +0200, R.S. ><[email protected]> wrote: > >I agree and already know some of the standards (ISO 9) and we're already >using a user defined codepage in the z/OS Unicode knowledge base for this >but only one character to another. I'm just asking if someone done this by >using a user-defined codpage DBCS (UTF-16) to MBCS (EBDCI Latin). > No, I didn't. But I did use the com.ibm.icu.text Java package for various character set operations (removing accents and other diacritics...). The Transliterator class can probably do what you need (and more). http://icu-project.org/apiref/icu4j/index.html?overview-tree.html Some reading will be required as will be some experimentation. Last time I looked at it the documentation was not really for a beginner in the matter. Then again, transliteration is not a simple subject... Cheers, Jantje. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

