← Back to team overview

kicad-developers team mailing list archive

Re: UTF-8 change please test on Windows/Mac

 

On 2018-10-17 12:19, jp charras wrote:


OK, I'll need to look at this more deeply.  Does W7 work with the
example unicode 😕?  This is the one given in the bug report that
crashes Linux.

-Seth


It is incorrectly displayed in dialogs, but it does not create issues in
eeschema and pcbnew.
I tested 2 other unicode chars (‱ and ☺) shown in dialogs and ‱ is shown
with our graphic font.
I am thinking these two unicode chars have a code > 16 bits.

Both the bp and smile are in the basic plane (0x2031 and 0x263A). They both worked correctly under Linux without the change.

Here are a few codeblocks that did crash Linux (any symbol in them):
https://en.wikipedia.org/wiki/Mathematical_Alphanumeric_Symbols
https://en.wikipedia.org/wiki/Emoticons_(Unicode_block)
https://en.wikipedia.org/wiki/CJK_Compatibility_Ideographs_Supplement

I've pushed an update that hopefully fixes the MSW crash. Let me know if it doesn't work for you.

-Seth


Follow ups

References