]> sjero.net Git - wget/blobdiff - src/ChangeLog
Basic support of IRIs.
[wget] / src / ChangeLog
index 6dcaa279da1d8ddeb230741d6acd9787985c35f9..288ec11d5e7f4280407b0743c9e3dc380c25cb27 100644 (file)
@@ -1,3 +1,12 @@
+2008-06-26  Xavier Saint  <wget@sxav.eu>
+
+       * iri.c, iri.h : New functions locale_to_utf8() and
+       idn_encode() adding basic capabilities of IRI/IDN.
+
+       * url.c : Convert URLs from locale to UTF-8 allowing a basic
+       support of IRI/IDN
+
+
 2008-06-19  Xavier Saint  <wget@sxav.eu>
 
        * iri.c, iri.h : New function check_encoding_name() as