From 876c619b944dfbc88464045f1400c549a01a1164 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 5 Apr 2013 18:40:39 +0200 Subject: new module i18nlangtag Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015 --- i18nlangtag/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 i18nlangtag/README (limited to 'i18nlangtag/README') diff --git a/i18nlangtag/README b/i18nlangtag/README new file mode 100644 index 000000000000..88ca43bb965b --- /dev/null +++ b/i18nlangtag/README @@ -0,0 +1,3 @@ +Code for language tags, LanguageTag wrapper for liblangtag and converter between BCP47 language tags, Locale(Language,Country,Variant) and MS-LangIDs. + +Basic functionality used by almost every other module including comphelper, so even don't use that string helpers in this code to not create circular dependencies. Stick with sal! -- cgit v1.2.1