diff options
-rw-r--r-- | liblangtag/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/liblangtag/README b/liblangtag/README index f48958d9da6c..1d510dc715b0 100644 --- a/liblangtag/README +++ b/liblangtag/README @@ -1 +1,6 @@ From [https://github.com/tagoh/liblangtag/]. An interface for BCP47 language tags. + +Note that (as far a I recall) liblangtag is the only "bundled" +(3rd-party) library we have that we configure and build also for MSVC +using an autotools+libtool based mechanism. That is rather fragile and +works maybe mostly by accident. So be careful not to break it. |