Hi Friends,
I need to write a COBOL program which will receive Turkish characters/string in UTF-8 format, from FE screen. I need to convert them in equivalent English characters and pass it to downstream application.
Can you please guide me how to proceed for this. I went through some links related to UTF-8, EBCDIC and read about COBOL intrinsic function NATIONAL-OF and DISPLAY-OF. But I still need to understand how UTF-8 char formats can be stored as English chars.