]> sjero.net Git - wget/blobdiff - src/ChangeLog
Introduce find_locale() to find out local system encoding.
[wget] / src / ChangeLog
index ac27e15afa7cb3c034eaad64852efc9b0d0d42ff..ef69dca6f18c4f5ed98d69942f3ac236edbcf079 100644 (file)
@@ -1,3 +1,18 @@
+2008-06-19  Xavier Saint  <wget@sxav.eu>
+
+       * iri.c, iri.h : Add a new function find_locale() to find
+       out the local system encoding.
+
+       * main.c : Make use of find_locale().
+
+2008-06-19  Xavier Saint  <wget@sxav.eu>
+
+       * html-url.c : Add "content-type" meta tag parsing for
+       retrieving page encoding.
+
+       * iri.h : Make no-op version of parse_charset() return
+       NULL.
+
 2008-06-14  Xavier Saint  <wget@sxav.eu>
 
        * iri.c, iri.h : New files.