]> sjero.net Git - wget/history - src/iri.c
Make get_utf8_encode() directly aware of ugly_no_encode and remove get_ugly_no_encode()
[wget] / src / iri.c
2008-07-20 Saint XavierMake get_utf8_encode() directly aware of ugly_no_encode...
2008-07-20 Saint XavierAdd some comments in iri.c and change a variable name...
2008-07-20 Saint XavierGet rid of the supplementary bool pointer in url_parse...
2008-07-20 Saint XavierBasic IDN/IRI support
2008-07-02 Saint XavierShow also the hostname in the locale when possible
2008-07-01 Saint XavierEmit a message if we found invalid or incomplete multib...
2008-07-01 Saint XavierFix copyright year and some GNU coding style
2008-06-26 Saint XavierAutomated merge.
2008-06-26 Saint XavierAutomated merge.
2008-06-26 Saint XavierBasic support of IRIs.
2008-06-19 Saint XavierIntroduce a new function check_encoding_name() for...
2008-06-19 Saint XavierSet an initial value for IRIs options and some minor...
2008-06-19 Saint XavierIntroduce find_locale() to find out local system encoding.
2008-06-19 Saint XavierThe prefered way is to avoid #ifdef flooding, so take...