From 64df6e731ceb9cefb9e08c1e1e1ce22a6aea5b34 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 12 Mar 2019 03:22:20 -0700 Subject: [PATCH] ;doc: cli: BUGS -> LIMITATIONS; mention windows display issue (#961) [ci skip] --- hledger/hledger.m4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hledger/hledger.m4.md b/hledger/hledger.m4.md index 1a96f610a..258c1fdfc 100644 --- a/hledger/hledger.m4.md +++ b/hledger/hledger.m4.md @@ -89,7 +89,7 @@ _LEDGER_FILE_ Reads _files_ -# BUGS +# LIMITATIONS The need to precede addon command options with `--` when invoked from hledger is awkward. @@ -98,6 +98,9 @@ Eg on POSIX, set LANG to something other than C. In a Microsoft Windows CMD window, non-ascii characters and colours are not supported. +On Windows, non-ascii characters may not display correctly when running a hledger built +in CMD in MSYS/CYGWIN, or vice-versa. + In a Cygwin/MSYS/Mintty window, the tab key is not supported in hledger add. Not all of Ledger's journal file syntax is supported. See [file format differences](https://github.com/simonmichael/hledger/wiki/FAQ#file-formats).