Re: [Tuxpaint-devel] Is this warning harmless?
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: TOYAMA Shin-i. <sh...@wm...> - 2021-11-04 13:07:26
|
Hi Bill, Thank you for the work to supress compiler warning when compiling on windows. I agree with your suggestion about future possibility to replace wchar_t with char32_t for the compatibility among various platforms. By the way, Bill Kendrick wrote in <202...@sh...> >Regarding those characters that did not appear in the OSK for you, >I made the above discover by simply replacing the code that converts >any >= 0x00010000 values in str[] to UTF-8, for sending to SDL_Pango, >and just doing this: > > utfstr[j++] = 'X'; > >...But I could still see the symbols (and not an "X"). :) > >Perhaps that's a font issue? Can you play around with it? In my understanding, we shoud have rectangle shape instead of the correct symbol if it is a font issue, wright? However, nothing appears this case by clicking those simbols on the OSK. I guess this might not be caused by render_text_w(), but by something else in the OSK codes. Thanks! -- TOYAMA Shin-ichi mailto:sh...@wm... |