duckdb grid lines does not align when there are Chinese characters and header
-
Please do not post problems found in old builds, update first. ConEmu versions has following format
YYMMDD, so if you are using old build, there are chances that your problem was fixed long ago. https://conemu.github.io/en/OldBuild.html. -
Please do search first in the open https://github.com/Maximus5/ConEmu/issues?q=is%3Aopen or closed https://github.com/Maximus5/ConEmu/issues?q=is%3Aclosed issues.
-
Please do not try to attach or paste here large files like crash dumps, logs or xml settings. Use external hosting services like https://conemu.github.io/en/DropBox.html or https://gist.github.com/.
-
Please do not post here third-party problems, this is ConEmu project issue tracker.
Versions
ConEmu build: 230724 x32/x64 OS version: Windows 7 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): cmd
Problem description
I use conemu to run duckdb 0.10 the grid lines of body does not align when there are Chinese characters and header is also displayed. see attchment 001 and 002 if I scroll the windows, when the header is moved out the window, the grid lines of body aligned automatically. see attchment 003
Steps to reproduce
- run duckdb
- input
select '中文' as a; - input
select '中文' as a from range(20);
Actual results
see attachment
Expected results
lines always aligned
Additional files
Settings, screenshots, logs, etc.
Could you please make screen dumps (SysMenu -> Debug -> Dump screen) with contents matching screenshots 1, 2 and 3?
I tried to run your command. It looks like something should be configured in duckdb. Terminal can show Chinese (see input), but in the table there are "??".
as far as I know, duckdb doesn't have the config way of character. dump files 1-2-3.zip
and same question as https://github.com/Maximus5/ConEmu/issues/2575#issuecomment-2013992825 told,
select '中文' as a from range(20); shows overlap
after uncheck 'compress long strings to fit space`,
it displayed without the right grid line as following, when scroll up , seems better than 2nd picture of the main thread