Skip to content

Commit

Permalink
Several changes related to character encoding; convert utf-16 to utf-…
Browse files Browse the repository at this point in the history
…8 if found in pre-parse algorithm, allow chardet to be switched off, start implementing reparsing if <meta> found during actual parse (not yet complete)

--HG--
extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401056
  • Loading branch information
jgraham committed Oct 16, 2007
1 parent 703cd34 commit 6443aaf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions encoding/tests2.dat
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,18 @@ windows-1252
<meta content = "text/html;
#encoding
windows-1252

#data
<meta charset="UTF-16">
#encoding
utf-8

#data
<meta charset="UTF-16LE">
#encoding
utf-8

#data
<meta charset="UTF-16BE">
#encoding
utf-8

0 comments on commit 6443aaf

Please sign in to comment.