[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #9266] German umlauts and german sz are not disp
From: |
anonymous |
Subject: |
[Pnet-developers] [bugs #9266] German umlauts and german sz are not displayed |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.2; Linux) (KHTML, like Gecko) |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #9266] Latest Modifications:
Changes by: Anonymous user
Date:
Sam 18.09.2004 at 13:44
------------------ Additional Follow-up Comments ----------------------------
Compiling "UmlautTest.cs" with the following command:
"cscc -winforms -g -o UmlautTest.exe UmlautTest.cs"
All umlauts are displayed correct.
If the file is compiled with the following csc syntax:
"cscc /out:UmlautTest.exe /debug /r:System.Drawing.dll,System.Windows.Forms.dll
UmlautTest.cs",
other characters are displayed for the umlauts.
The test file is in utf-8 encoding, local encoding is also
utf-8.
/**************************************************************************/
[bugs #9266] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9266>
Project: DotGNU Portable.NET
Submitted by: Erik Pfeifle
On: Mit 09.06.2004 at 09:04
Category: None
Severity: 5 - Average
Item Group: None
Resolution: None
Privacy: Public
Assigned to: rweather
Status: Open
Summary: German umlauts and german sz are not displayed
Original Submission: german umlauts and german sz are not displayed in pnet
0.6.6.
In MS .NET the test exe (TestGermanUmlaut.exe) produces a correct display of
all umlauts and the german sz, see Screenshot_CorrectDisplayGermanUmlaut.jpg.
In pnet the same exe only displays the texts without all umlauts, see
Screenshot_WrongDisplayGermanUmlaut.jpg.
When compiling the source file (TestGermanUmlaut.cs) with pnet's cscc, it seams
like the compiler removes the umlauts, because there are the following warnings
: invalid UTF-8 sequence,..., see Compile_TestGermanUmlaut.txt.
This it not true, because when setting the locale address@hidden the german
umlauts are correctly displayed in pnet.
I think it is a bug if for displaying unicode text the appropriate locale must
be set.
Follow-up Comments
------------------
-------------------------------------------------------
Date: Sam 18.09.2004 at 13:44 By: 0 <None>
Compiling "UmlautTest.cs" with the following command:
"cscc -winforms -g -o UmlautTest.exe UmlautTest.cs"
All umlauts are displayed correct.
If the file is compiled with the following csc syntax:
"cscc /out:UmlautTest.exe /debug /r:System.Drawing.dll,System.Windows.Forms.dll
UmlautTest.cs",
other characters are displayed for the umlauts.
The test file is in utf-8 encoding, local encoding is also
utf-8.
-------------------------------------------------------
Date: Don 10.06.2004 at 08:12 By: Richard Baumann <Rich333>
It looks to me like this is hitting a TODO in XsharpSupport.c in the
TryCreateFont function.
File Attachments
-------------------
-------------------------------------------------------
Date: Sam 18.09.2004 at 13:44 Name: UmlautTest.cs Size: 396B By: None
http://savannah.gnu.org/bugs/download.php?item_id=9266&item_file_id=1680
-------------------------------------------------------
Date: Mit 09.06.2004 at 09:04 Name: TestGermanUmlaut.zip Size: 14,47KB By:
kirep
source file, executable, compiler setting and output, screenshots
http://savannah.gnu.org/bugs/download.php?item_id=9266&item_file_id=1384
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9266>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #9266] German umlauts and german sz are not displayed,
anonymous <=