[Solved] Paste special characters

Shovel
Posts: 141
Joined: 31.12.2019 10:16

Post by Shovel »

There is something funny going on there, look at this gif (those are characters from the elipsis (it is the last character in the text) character range)
Attachments
unicode.gif
uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

Shovel, pls post the Gihub issue for this. tell in it- what do you press? shift+right?
Shovel
Posts: 141
Joined: 31.12.2019 10:16

Post by Shovel »

uvviewsoft
Posts: 392
Joined: 01.12.2020 13:46

Post by uvviewsoft »

about '⋮' char.

this cannot be solved. it seems that Notepad uses some other API than Lazarus uses. eg it can use Uniscribe Win32 API which cannot be used in Lazarus (w/o using some 3rd party helpers). Lazarus uses 'usual DrawText/TextOut api' and it fails here.

with some fonts even the current version can render that--
https://www.fileformat.info/info/unicod ... /index.htm
Last edited by uvviewsoft on 30.04.2021 11:24, edited 1 time in total.
nickdutz
Posts: 4
Joined: 28.04.2021 14:10

Post by nickdutz »

Thank you all for researching this. While you were figuring out the real causes, I went back and tried to select more fonts for the user text. Originally, when you suggested this was a font issue, I chose over 10 different fonts (very common fonts!) and none of them worked. After trying an additional 20 or so fonts this morning, I finally discovered that the various Microsoft fonts (Microsoft YaHei, Microsoft JhengHei, etc.) display this character correctly.

I'm not really prepared to change my user text to one of those Microsoft fonts, I guess I'll have to live without seeing the vertical ellipsis. :)

Thanks again.
Shovel
Posts: 141
Joined: 31.12.2019 10:16

Post by Shovel »

If someones life ever depends on seeing vertical ellipsis in text - placing character '⊿' on the same line - makes ellipsis working :D
Post Reply