summaryrefslogtreecommitdiff
path: root/src/htsencoding.c
AgeCommit message (Collapse)Author
2017-04-01Updated year to 2017Xavier Roche
2016-04-26Updated year 2016Xavier Roche
2015-03-142014 is so last year!Xavier Roche
2014-07-08Fixed buggy FFFD (replacement character) in place of leading non-ascii characterXavier Roche
* closes:#48
2014-05-09assert cleanup.Xavier Roche
2014-04-242013 is so last year.Xavier Roche
2013-09-13Fixed FSF GPL reference (postal address removed, added website)Xavier Roche
Fixed year notice
2013-08-17Fixed issue 25 regarding un-encoding of characters such as # in the filename.Xavier Roche
2013-07-05Do not unescape '+' before the query stringXavier Roche
Fixed issue 18
2013-06-02Fixed buggy hts_unescapeUrl()Xavier Roche
2013-06-01Added hts_unescapeUrl()Xavier Roche
2013-05-31Fixed typo.Xavier Roche
2013-05-31Misplaced continueXavier Roche
2013-05-31Fixed issue 14 (http://code.google.com/p/httrack/issues/detail?id=14)Xavier Roche
Rationale: * hostname is ASCII, non-ascii characters shall be encoded with IDNA * URI filenames may embed non-ascii characters, which MUST be UTF-8 encoded * query string may embed non-ascii characters, which are encoded with the pahe charset into %xx codes
2013-05-30Added hts_unescape_entities(), a rewrite of the HTML entities decoder.Xavier Roche
Fixed HTML entities decoding which was done before charset decoding.