https://bugzilla.novell.com/show_bug.cgi?id=668593 https://bugzilla.novell.com/show_bug.cgi?id=668593#c2 --- Comment #2 from Roger Oberholtzer <roger@opq.se> 2011-02-01 15:01:36 UTC --- Agreed. I downloaded the source rpm and did a rebuild locally so I could see what was enabled. It looks like the make command has the following defined: WIDE=Y UTF8=y which implies that the libraries would be made. What confuses me is that the sourceforge docs say: libpdcurses console libpdcursesw console, with Unicode libpdcursesu console, with Unicode/UTF-8 So I was looking for these DLLs. Perhaps the OBS build combines all into the same single DLL? When I compile my application, I use these options: -DPDC_WIDE -DPDC_FORCE_UTF8 -DPDC_DLL_BUILD When I run the code, the text is changed so that the unicode string WORD FERNÃO WORD is rendered as WORD FERN WORD as if the à and everything up to a space is replaced by a space. So I am curious if this is because of the way pdcurses is compiled in OBS or some other reason. I have of course googled a bit, but I have not found anything like this. It is running in a command window on XP. Perhaps that is the problem? (I detest windows! I do the exact same thing with ncurses on Linux and all works as expected.) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.