I have coded this "utrans_openU_3_6("Latin-Katakana",.....)", but it returns U_INVALID_ID error. I have also tried to list out the system transliterators. There is only 25 but not this one. I see from demo of ICU homepage, this is a system transliterator.
Could anyone please tell me what's wrong with me. Thank you so much.
I have subscribed the mailing list. I don't know why I have to include the version number in the function other I cannot linkedit utrans_openU to my COBOL program.
This is the export symbol after I got from compilation of ICU. There is no utrans_openU.
IMPORT CODE,'IXMI36IN','utrans_openIDs_3_6'
IMPORT CODE,'IXMI36IN','utrans_openU_3_6'
IMPORT CODE,'IXMI36IN','utrans_register_3_6'
IMPORT CODE,'IXMI36IN','utrans_rep_caseContextIterator_3_6'
IMPORT CODE,'IXMI36IN','utrans_setFilter_3_6'
IMPORT CODE,'IXMI36IN','utrans_stripRules_3_6'
IMPORT CODE,'IXMI36IN','utrans_trans_3_6'
IMPORT CODE,'IXMI36IN','utrans_transIncremental_3_6'
IMPORT CODE,'IXMI36IN','utrans_transIncrementalUChars_3_6'