;doc: html: note safari text encoding issue

This commit is contained in:
Simon Michael 2024-09-29 21:27:26 -10:00
parent cc7ba473ec
commit e905a8de9e

View File

@ -676,6 +676,9 @@ Some notes about the various output formats:
- HTML output can be styled by an optional `hledger.css` file in the same directory.
- HTML output will be UTF-8 encoded. If your web browser is showing junk characters,
you may need to change its text encoding to UTF-8. Eg in Safari, see View -> Text Encoding.
### JSON output
- This is not yet much used; real-world feedback is welcome.