brickviking / Dolphin

Dolphin Smalltalk Help
https://object-arts.com
MIT License
0 stars 0 forks source link

[Wine] Hello World doesn't show the Dolphin symbol correctly #11

Open brickviking opened 5 years ago

brickviking commented 5 years ago

Unicode points above $\xFFFF don't appear to render properly when HelloWorld is run under wine In HelloWorld>>onPaintRequired: method, set the font to Arial Unicode MS, and set helloWorldText method to the following:

^Utf8String with: Character dolphin.

Start HelloWorld from the Samples folder. You should get a single dolphin character ($\x1F42C), but you will actually get two white squares. Under Vista, the Dolphin character appears as it should.

Operating System and wine version:

Other information A TextTileIcon with the dolphin character shows up as it should.