mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
f57cd638da
Unsupported chars are now hex-encoded, not just converted to dashes. This helps keep account and commodity names unique, especially with the equity conversion account names generated by --infer-equity when using currency symbols. (Those could also be converted to ISO 4217 codes, in theory, but for now we just hex encode them, which is easier to make robust.) Also, Beancount commodity symbols are no longer enclosed in hledger-style double quotes. |
||
---|---|---|
.. | ||
Hledger | ||
other/ledger-parse | ||
test | ||
Text | ||
.date.m4 | ||
.ghci | ||
.version | ||
.version.m4 | ||
CHANGES.md | ||
hledger-lib.cabal | ||
Hledger.hs | ||
LICENSE | ||
package.yaml | ||
README.md | ||
Setup.hs |
hledger-lib
A reusable library containing hledger's core functionality. This is used by most hledger* packages so that they support the same common file formats, command line options, reports etc.
See also: the project README and home page.