Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.5k stars 570 forks source link

Chinese characters are displayed overlapped. (ConEmu 230724) #2575

Closed yinkaisheng closed 3 months ago

yinkaisheng commented 3 months ago

Versions

ConEmu 230724 [64] Startup Info OsVer: 10.0.22631.x64, Product: workstation, SP: 0.0, Suite: 0x100 Build: 2009, UBR: 3155, ReactOS: 0, Rsrv: 0, WINE: 0, PE: 0, R2: 0 DBCS: 1, IMM: 1, Remote: 0, ACP: 936, OEMCP: 936, Admin: 1 StartTime: 2024-03-07 09:23:14.118 AppID: 85a194077d2e839c4867ea0081ae8e4f::170 Desktop: WinSta0\Default, SessionId: 1, ConsoleSessionId: 1, Theming: 1, DWM: 1 Title: D:\Program Files\ConEmu\ConEmu64.exe Shell: cmd and powershell

Problem description

Chinese characters are displayed overlapped in some lines.

Steps to reproduce

My font is consolas (or 'Microsoft YaHei Mono'). Paste the following text to ConEmu:

{ 'code': 0, 'desc': '', 'supportedDeviceTypes': [{ 'type': 0, 'name': '海洋1' }, { 'type': 1, 'name': '海洋2' }, { 'type': 2, 'name': '海洋3' }, { 'type': 3, 'name': '海洋4' }, { 'type': 4, 'name': '海洋5' }, { 'type': 5, 'name': '海洋6' }, { 'type': 6, 'name': '海洋7' }, { 'type': 7, 'name': '海洋8' }, { 'type': 8, 'name': '海洋9' } ]}

It displays: image The Chinese characters in first and second lines are displayed overlapped. cmd.exe displays normally.

Maximus5 commented 3 months ago

2024-03-21-23-57-51

Try to uncheck "Compress long strings to fit space".

yinkaisheng commented 3 months ago

It works. Solved. Thanks