Fix ENABLE_NLS usage
authorLRN <lrn1986@gmail.com>
Tue, 30 Oct 2012 22:12:03 +0000 (22:12 +0000)
committerLRN <lrn1986@gmail.com>
Tue, 30 Oct 2012 22:12:03 +0000 (22:12 +0000)
commit9df886ed8497002e564ba018d7ceab36bfd04ddd
tree4ce33c4fad5486af3d45ececb47aff7110ed8c74
parent3b9cf09a1fbae43883b61c9fd0d33083fa7a6b6c
Fix ENABLE_NLS usage

ENABLE_NLS is for gettext only, it's not an indicator of nl_langinfo
availability.
Use unistring instead of nl_langinfo, since unistring is always there.
GNUnet supports UTF-8 now (or should support), so most conversions are
unnecessary anyway.
src/datacache/plugin_datacache_sqlite.c
src/datastore/plugin_datastore_sqlite.c
src/fs/fs_getopt.c
src/namestore/plugin_namestore_sqlite.c