Unplanned
Last Updated: 16 Sep 2022 13:32 by Anthony
Anthony
Created on: 16 Sep 2022 13:32
Type: Bug Report
1
The .designer.cs file is not Unicode encoded which causes some characters to not be displayed correctly

When a TRDP/TRDX report is imported to a CS report, the produced .designer.cs does not have Unicode encoding, instead, it is with ANSI encoding.

Because of this, some of the report text might instead be displayed as ????

The workaround is to Save As the file, from Visual Studio, with Encoding which will open a window where you may change the encoding to Unicode.

0 comments