-
-
Notifications
You must be signed in to change notification settings - Fork 378
Misaligned register output for Unicode journal using mintty #961
Copy link
Copy link
Closed
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.cliCommand line parsing, options, arguments and suchlike.Command line parsing, options, arguments and suchlike.docsDocumentation-related.Documentation-related.i18nInternationalisation/localisation-related.Internationalisation/localisation-related.platform-windowsregister
Metadata
Metadata
Assignees
Labels
A-BUGSomething wrong, confusing or sub-standard in the software, docs, or user experience.Something wrong, confusing or sub-standard in the software, docs, or user experience.cliCommand line parsing, options, arguments and suchlike.Command line parsing, options, arguments and suchlike.docsDocumentation-related.Documentation-related.i18nInternationalisation/localisation-related.Internationalisation/localisation-related.platform-windowsregister
I'm using
msys2on Windows 10 withmintty 2.9.0 (x86_64-pc-msys)and I if I have a journal like thisand I do
hledger -f a.journal rthis is the outputThe same thing in
cmd.exesetting the default codepage to Unicode withchcp 65001works, the output look likes this(which is the expected).
I've built
hledgerusing these steps.If I just
catthe journal file onminttyit looks okay, as the second output. Same withtype(catequivalent) incmd.exe.In
minttyI use Lucida Console as my font (tried changing it, but it doesn't matter, shouldn't matter), locale isen_UScharacter set isUTF-8 (Unicode).The file itself is encoded with UTF-8 (verified in
vim).It seems to me that this behaviour is displayed when
hledgerexecutes throughmintty.Any idea on changing/fixing this?
I mainly use
minttyand this 1 character misalignment throws me off completely sometimes :D