From: <fg...@us...> - 2010-12-04 20:27:30
|
Revision: 1244 http://jtidy.svn.sourceforge.net/jtidy/?rev=1244&view=rev Author: fgiust Date: 2010-12-04 20:27:24 +0000 (Sat, 04 Dec 2010) Log Message: ----------- only changes in messages Modified Paths: -------------- branches/CodeUpdateAndJava5/src/test/resources/427818.msg Modified: branches/CodeUpdateAndJava5/src/test/resources/427818.msg =================================================================== --- branches/CodeUpdateAndJava5/src/test/resources/427818.msg 2010-12-04 20:26:30 UTC (rev 1243) +++ branches/CodeUpdateAndJava5/src/test/resources/427818.msg 2010-12-04 20:27:24 UTC (rev 1244) @@ -24,75 +24,31 @@ </message> <message> <code>110</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[InputStream: Doctype given is "-//W3C//DTD HTML 3.2//EN"]]></text> + <level>1</level> + <line>0</line> + <column>0</column> + <text><![CDATA[Doctype given is "-//W3C//DTD HTML 3.2//EN"]]></text> </message> <message> <code>111</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[InputStream: Document content looks like HTML 3.2]]></text> + <level>1</level> + <line>0</line> + <column>0</column> + <text><![CDATA[Document content looks like HTML 3.2]]></text> </message> <message> <code>-1</code> <level>0</level> <line>0</line> <column>0</column> - <text><![CDATA[3 warnings, no errors were found!]]></text> + <text><![CDATA[3 warnings, 0 errors were found! +]]></text> </message> <message> - <code>76</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[It is unlikely that vendor-specific, system-dependent encodings -work widely enough on the World Wide Web; you should avoid using the -specified character encoding, instead you are recommended to -use named entities, e.g. ™.]]></text> - </message> - <message> - <code>77</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[Character codes 128 to 159 (U+0080 to U+009F) are not allowed in HTML; -even if they were, they would likely be unprintable control characters. -Tidy assumed you wanted to refer to a character with the same byte value in the -specified encoding and replaced that reference with the Unicode equivalent.]]></text> - </message> - <message> - <code>78</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[Character codes for UTF-8 must be in the range: U+0000 to U+10FFFF. -The definition of UTF-8 in Annex D of ISO/IEC 10646-1:2000 also -allows for the use of five- and six-byte sequences to encode -characters that are outside the range of the Unicode character set; -those five- and six-byte sequences are illegal for the use of -UTF-8 as a transformation of Unicode characters. ISO/IEC 10646 -does not allow mapping of unpaired surrogates, nor U+FFFE and U+FFFF -(but it does allow other noncharacters). For more information please refer to -http://www.unicode.org/unicode and http://www.cl.cam.ac.uk/~mgk25/unicode.html]]></text> - </message> - <message> - <code>79</code> - <level>0</level> - <line>1</line> - <column>1</column> - <text><![CDATA[Character codes for UTF-16 must be in the range: U+0000 to U+10FFFF. -The definition of UTF-16 in Annex C of ISO/IEC 10646-1:2000 does not allow the -mapping of unpaired surrogates. For more information please refer to -http://www.unicode.org/unicode and http://www.cl.cam.ac.uk/~mgk25/unicode.html]]></text> - </message> - <message> <code>81</code> <level>0</level> - <line>1</line> - <column>1</column> + <line>0</line> + <column>0</column> <text><![CDATA[URIs must be properly escaped, they must not contain unescaped characters below U+0021 including the space character and not above U+007E. Tidy escapes the URI for you as recommended by @@ -100,6 +56,7 @@ use another algorithm to escape such URIs and some server-sided scripts depend on that. If you want to depend on that, you must escape the URI by your own. For more information please refer to -http://www.w3.org/International/O-URL-and-ident.html]]></text> +http://www.w3.org/International/O-URL-and-ident.html +]]></text> </message> </messages> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |