http://bugzilla.novell.com/show_bug.cgi?id=566488
http://bugzilla.novell.com/show_bug.cgi?id=566488#c0 Summary: International Characters in strings show as double question mark "??" Classification: Mono Product: MonoTouch Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Runtime AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Since Monotouch 1.4 (maybe also earlier) International Characters don't show up in strings. Example: Console.Writeline("ä ö ü ß Ö Ä Ü"); Result-> ?? ?? ?? ?? ?? ?? ?? Same with Searchbar.Text, if User enters special Characters Searchbar.Text only contains ?? Also found in MKPlacemarks and other Monotouch objects. Reproducible: Always Steps to Reproduce: 1. Console.Writeline("ä ö ü ß Ö Ä Ü"); 2. 3. Actual Results: ?? ?? ?? ?? ?? ?? ?? Expected Results: ä ö ü ß Ö Ä Ü Through this problem Monotouch can't be used anymore in Germany maybe also not in other Countries!!! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
