[Mono-dev] Unknown chars in strings
krisztian.kocsis at optimaster.eu
krisztian.kocsis at optimaster.eu
Tue Apr 5 10:44:45 EDT 2011
Hi!
I'v cross-compiled Mono to a big-endian PowerPC.
Unfortunately the hungarian characters (like éáőúí) are displayed
incorrectly (Mono prints '?????').
If I print these chars from C with a simple printf they display
correctly.
The terminal supports UTF-8, but the device contains only a subset of
glibc files (no locale and timezone data).
Iconv data is also missing but I'v compiled a preloadable libiconv with
extra code pages (and verified that it is working).
Glibc version is 2.5, GCC is 4.1.1.
If I redirect the output to a file the chars still bad.
What are the requirements of Mono to display these characters
correctly?
BR,
Krisztian
More information about the Mono-devel-list
mailing list