G
Guest
hello all,
Using framework 2.0 I have to display a text, given as a xml data file.
The given text contains extended unicode data (see below '↑' represents
arrow up decimal code # 8593 given as direct unicode # 2191)
<?xml version="1.0" encoding="iso-8859-1" ?>
<help>
<display>&x2191 ;</display>
</help>
The codepage for iso-8859-1 is WindowsCodePage 28591 which is mapped to
codepage Windows-1252.
No culture settings displays the right sign on my DotNet Form.
The TextInfo properties are readonly.
How is it possible to display unicode characters from changing encodings on
my form.
Using framework 2.0 I have to display a text, given as a xml data file.
The given text contains extended unicode data (see below '↑' represents
arrow up decimal code # 8593 given as direct unicode # 2191)
<?xml version="1.0" encoding="iso-8859-1" ?>
<help>
<display>&x2191 ;</display>
</help>
The codepage for iso-8859-1 is WindowsCodePage 28591 which is mapped to
codepage Windows-1252.
No culture settings displays the right sign on my DotNet Form.
The TextInfo properties are readonly.
How is it possible to display unicode characters from changing encodings on
my form.