;fix:doc: more text encoding corrections, 2 (#2394)

This commit is contained in:
Simon Michael 2025-05-30 12:13:27 -10:00
parent b7dbe3ed4f
commit 8e151cf37b

View File

@ -132,14 +132,11 @@ In a powershell window (press `WINDOWS-R`, `powershell`, `ENTER`):
hledger --version; hledger-ui --version; hledger-web --version # should show $REL; if not, check why: where.exe hledger hledger --version; hledger-ui --version; hledger-web --version # should show $REL; if not, check why: where.exe hledger
``` ```
3. Ensure a default journal file exists, and without a problematic encoding. 3. Ensure a default journal file exists, and without a problematic encoding (I'm not sure if/why "ascii" was needed here).
This will allow you to start hledger-web by double-clicking on its icon if you wish. This will allow you to start hledger-web by double-clicking on its icon if you wish.
``` ```
out-file -append -encoding ascii $HOME/.hledger.journal out-file -append -encoding ascii $HOME/.hledger.journal
``` ```
(I'm not sure why "ascii" is needed here - hledger likes utf8 and understands utf8 BOM headers,
but the state of [our unicode support on Windows](https://github.com/simonmichael/hledger/issues?q=is%3Aissue+label%3A%22platform%3A+windows%22+label%3Ai18n)
is really unknown, your feedback is welcome.)
</xdetails> </xdetails>
<xdetails> <xdetails>