@@ -482,8 +482,6 @@ then C<dtext> will be reported as "\xE2\x99\xA5\x{2665}" without
482
482
C<utf8_mode > enabled, but as "\xE2\x99\xA5\xE2\x99\xA5" when enabled.
483
483
The later string is what you want.
484
484
485
- This option is only available with perl-5.8 or better.
486
-
487
485
=item $p->xml_mode
488
486
489
487
=item $p->xml_mode( $bool )
@@ -695,9 +693,7 @@ automatically decoded unless the event was inside a CDATA section or
695
693
was between literal start and end tags (C<script > , C<style > ,
696
694
C<xmp > , C<iframe > , C<title > , C<textarea > and C<plaintext > ).
697
695
698
- The Unicode character set is assumed for entity decoding. With Perl
699
- version 5.6 or earlier only the Latin-1 range is supported, and
700
- entities for characters outside the range 0..255 are left unchanged.
696
+ The Unicode character set is assumed for entity decoding.
701
697
702
698
This passes undef except for C<text > events.
703
699
@@ -958,8 +954,7 @@ of whitespace between two text events.
958
954
959
955
=head2 Unicode
960
956
961
- C<HTML::Parser > can parse Unicode strings when running under
962
- perl-5.8 or better. If Unicode is passed to $p->parse() then chunks
957
+ If Unicode is passed to $p->parse() then chunks
963
958
of Unicode will be reported to the handlers. The offset and length
964
959
argspecs will also report their position in terms of characters.
965
960
0 commit comments