Chinese is displayed as overlapping
See original GitHub issue
//Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
// Application.UseSystemConsole = true;
Application.Init ();
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
Application.UseSystemConsole = true;
Application.Init ();
But the mouse can’t be used.
Issue Analytics
- State:
- Created 4 years ago
- Comments:12
Top Results From Across the Web
Chinese character overlapping from word or outlook
I would suggest you follow the steps below to see the outcome. Open the file and press Ctrl+A to select all. Right click...
Read more >Chinese is displayed as overlapping · Issue #225 · gui-cs ...
There is a bug in the code that not letting unicode to process if Rune.ColumnWidth is greater than 1. That the case of...
Read more >【HELP!!】Chinese Character overlap bug - CSS HTML ...
I'd like to try viewing this document in CSE HTML Validator and see if it displays properly. Can you send me a small...
Read more >Chinese Character overlap in the report - Mibuso Forum
Hi All, I have some customers using nav 2017 and nav 2018 but when they print using chinese characters, sometime is overlap
Read more >2714141 - The Chinese Character overlapped in Text Editor.
The Chinese Character overlapped in Text Editor on Unicode system even though you have applied the correction in note 2495931.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
However, in the text editor demo the typing becomes abnormal. I believe it is another issue for multi-byte characters in TextView. The TextField is OK.
That only happens on Windows, on Ubuntu 20.04, it works well. Maybe it is related to IME and console implementation on Windows.