Hello EGL users!
We have a little issues here in our company. Our databases went up on unicode and a lot of work is still on CICS and Virtel screens (ex PCOM).
CICS is working only with 255 signs , code page 870.
Because of that our developers made converter that converts UNICODE characters from database to EBCDIC characters that CICS can put on green screen as we made a deal with our customers ( what UNICODE goes in what EBCDIC).
Everything was going great until we came up with signs that need normalization form. If you do not know what Im talking about, this is that:
http://unicode.org/reports/tr15/
Java has a class that makes that : http://developer.android.com/reference/java/text/Normalizer.html
Is there any function for string normalization ? I know that Unicode in development tools does not exist so long, but this is some basic stuff.
How can we work with unicode database if we can not put normal string on screen?
I am geting question mark after every character that needs normalization.
Thank you for all your help :)
Augustina