We have upgraded (Windows) NE 5.1.6 to NE 5.1.12.
After this update there is an automatic conversion from 2 bytes diacritic to one character diacritic
Now some my programs are not working any more .
Example.
My program converted Indonesië to Indonesie .
translation table:
# Kolommen : Cod = Unicode
# S = Soort (X = exact of V = vervangend of E = Escapeteken)
# F = Formaat (H = Hexadecimaal of A = Alfanumeriek)
# Teken = Teken volgens tekenset
#ade
#Cod S F Teken Omschrijving
#--- - - ---------- ----------------------------
00E9 X H C3A9 LATIN SMALL LETTER E WITH ACUTE
The 5.1.6 program showes the 'ë' as two bytes and translated it to 'e'
Now 5.1.12 program, noting changed in program code, see it as 'ë' (while debugging) one character
How can we change it to the 2 bytes like the 5.1.6 version ?
Code-set or settings or cfg or something else ?
The incidentnumber is 2870879.
It is an urgent problem......
#cobolnetexpress




