Re: Lower case to upper case german ess-zet

2007-09-13 Thread Yeti
On Thu, Sep 13, 2007 at 10:01:03PM +0200, Luis Ramirez wrote: > Thanks for your comments. I have entered the enclosed code in the begining > and I get: > > Headers version: 2.12 > Lib version: 2.12 > > I have compiled the code in GNU/Linux and in Windows XP with Mingw and I get > the same ver

Re: Lower case to upper case german ess-zet

2007-09-13 Thread Luis Ramirez
Thanks for your comments. I have entered the enclosed code in the begining and I get: Headers version: 2.12 Lib version: 2.12 I have compiled the code in GNU/Linux and in Windows XP with Mingw and I get the same version 2.12, and the same results. Which version do you have used? Best regards

Re: Lower case to upper case german ess-zet

2007-09-11 Thread Yeti
On Tue, Sep 11, 2007 at 06:12:53PM +, Luis Ramirez wrote: > I have a problem converting german ess-zet ("ß") from lower to uppercase > when using g_unichar_toupper, but it works fine using g_utf8_strup. > Using g_unichar_toupper I get a 0 as result. You should not, both according to my reading

Lower case to upper case german ess-zet

2007-09-11 Thread Luis Ramirez
Hi I have a problem converting german ess-zet ("ß") from lower to uppercase when using g_unichar_toupper, but it works fine using g_utf8_strup. Using g_unichar_toupper I get a 0 as result. Here it is a sample. The output is: g_unichar_toupper. Lower:'ß', Upper:'' g_utf8_strup. Lower:'ß', Upper:'S