diff options
author | John Wiegley <johnw@newartisans.com> | 2009-01-23 19:49:22 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-01-23 19:50:00 -0400 |
commit | 900a92e1158cb178335d16ff0912f5fc5701da32 (patch) | |
tree | 7da8de9f4a95a18659434c1968c8af43ee34f435 /.gitmodules | |
parent | f52e04c2bac1d4900bfe8963f369178f7f76023f (diff) | |
download | fork-ledger-900a92e1158cb178335d16ff0912f5fc5701da32.tar.gz fork-ledger-900a92e1158cb178335d16ff0912f5fc5701da32.tar.bz2 fork-ledger-900a92e1158cb178335d16ff0912f5fc5701da32.zip |
Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can
be located at http://utfcpp.sourceforge.net.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b685b019..33b949c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "lib/libofx"] path = lib/libofx url = git://newartisans.com/libofx.git +[submodule "lib/utfcpp"] + path = lib/utfcpp + url = git://github.com/jwiegley/utfcpp.git |