mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-25 03:13:25 +03:00
fac3ee89af
Based on feedback in chat, I added support for several more kinds of Unicode space character for separating digit groups, both when reading and when displaying numbers. These are the spaces currently supported, which are just my best guess at the ones that might show up in CSV files now and then: space, no-break space, en space, em space, punctuation space, thin space, narrow no-break space, medium mathematical space |
||
---|---|---|
.. | ||
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.