Hi, new to this. When I run 'hledger check -s', I get:
hledger:
strict mode: undeclared commodity "£"
in transaction at: "/home/kae/.hledger.journal" (lines 167-182)
The first two lines of the journal are:
; Default formatting
D £1,000.00
Lines 167-182, as reported by the 'check' command, contain opening balances:
2020-9-30 Opening balances
assets:current accounts:yyyyy nnnn.nn
assets:current accounts:xxxxx nnnn.nn
[...]
equity:opening balances
(The "yyy" and "nnn" are names and amounts respectively).
So, "£" only appears in line two. I don't understand why the check is reporting that £ is an undeclared commodity. Can someone help?