S
steasdale
Guest
Hello Garry, I have applied FIX-CODEPAGE statements in several locations, plus ensuring the use of COPY-LOB is working with consistent codepage settings. I also had to apply code changes in the location where I use the UltraGrid
isplayLayout:SaveAsXML command to build the xml (from the Ultragrid settings) so that I output to an xml file, then use a COPY-LOB back to the LONGCHAR. My previous code was using SaveAsXML with a System.IO.MemoryStream(), which appeared to be contributing to the character 'not in codepage' issue. As a result, this has fixed the issue. Thanks Steve
Continue reading...
Continue reading...