office-gobmx/liblangtag
Eike Rathke 15e7f34a21 langtag: worked around reg2xml libxml2 encoding problem
libxml2 has a problem when a document encoding is specified, even though
documentation says that all internal representation would be in UTF-8 and
language-subtag-registry data already is passed in UTF-8, when specifying the
document encoding to be UTF-8 the output to language-subtag-registry.xml is
conversion garbage, '?' on Linux UTF-8 locale, ISO-8859-1 on Windows. If no
document encoding is specified at all no conversion happens and non-ASCII
values are correctly written as entities.
2012-08-11 13:41:26 +02:00
..
prj added LanguageTag unit test 2012-08-10 15:07:39 +02:00
liblangtag-0.2-0001-Fix-a-memory-leak.patch
liblangtag-0.2-0002-Fix-invalid-memory-access.patch
liblangtag-0.2-configure.patch
liblangtag-0.2-datadir.patch
liblangtag-0.2-msc-configure.patch
liblangtag-0.2-msvc-warning.patch MSVC warning C4510: default constructor could not be generated 2012-08-08 08:49:18 +02:00
liblangtag-0.2-reg2xml-encoding-problem.patch langtag: worked around reg2xml libxml2 encoding problem 2012-08-11 13:41:26 +02:00
makefile.mk langtag: worked around reg2xml libxml2 encoding problem 2012-08-11 13:41:26 +02:00
README

From [https://github.com/tagoh/liblangtag/]. An interface for BCP47 language tags.