question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chinese is displayed as overlapping

See original GitHub issue

   //Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
      //  Application.UseSystemConsole = true;
		Application.Init ();

image


   Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
     Application.UseSystemConsole = true;
		Application.Init ();

image

But the mouse can’t be used.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
chengts95commented, Oct 18, 2020

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.

1reaction
chengts95commented, Oct 18, 2020

That only happens on Windows, on Ubuntu 20.04, it works well. Maybe it is related to IME and console implementation on Windows. image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found