1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
--- libxml-twig-perl-3.26.orig/Twig_pm.slow
+++ libxml-twig-perl-3.26/Twig_pm.slow
@@ -9393,7 +9393,7 @@
<p>text <!-- comment --> more text --></p>
-are kept at their original position in the text. Using ˝"print"
+are kept at their original position in the text. Using "print"
methods like C<print> or C<sprint> will return the comments in the
text. Using C<text> or C<field> on the other hand will not.
@@ -10033,8 +10033,8 @@
=item in_element
-Returns true if NAME is equal to the name of the innermost cur‐
-rently opened element. If namespace processing is being used and
+Returns true if NAME is equal to the name of the innermost
+currently opened element. If namespace processing is being used and
you want to check against a name that may be in a namespace, then
use the generate_ns_name method to create the NAME argument.
@@ -10042,14 +10042,14 @@
Returns the number of times the given name appears in the context
list. If namespace processing is being used and you want to check
-against a name that may be in a namespace, then use the gener‐
-ate_ns_name method to create the NAME argument.
+against a name that may be in a namespace, then use the
+generate_ns_name method to create the NAME argument.
=item context
Returns a list of element names that represent open elements, with
-the last one being the innermost. Inside start and end tag han‐
-dlers, this will be the tag of the parent element.
+the last one being the innermost. Inside start and end tag
+handlers, this will be the tag of the parent element.
=item current_line
@@ -10083,8 +10083,8 @@
=item element_index
-Returns an integer that is the depth-first visit order of the cur‐
-rent element. This will be zero outside of the root element. For
+Returns an integer that is the depth-first visit order of the
+current element. This will be zero outside of the root element. For
example, this will return 1 when called from the start handler for
the root element start tag.
--- libxml-twig-perl-3.26.orig/Twig.pm
+++ libxml-twig-perl-3.26/Twig.pm
@@ -9393,7 +9393,7 @@
<p>text <!-- comment --> more text --></p>
-are kept at their original position in the text. Using ˝"print"
+are kept at their original position in the text. Using "print"
methods like C<print> or C<sprint> will return the comments in the
text. Using C<text> or C<field> on the other hand will not.
@@ -10033,8 +10033,8 @@
=item in_element
-Returns true if NAME is equal to the name of the innermost cur‐
-rently opened element. If namespace processing is being used and
+Returns true if NAME is equal to the name of the innermost
+currently opened element. If namespace processing is being used and
you want to check against a name that may be in a namespace, then
use the generate_ns_name method to create the NAME argument.
@@ -10042,14 +10042,14 @@
Returns the number of times the given name appears in the context
list. If namespace processing is being used and you want to check
-against a name that may be in a namespace, then use the gener‐
-ate_ns_name method to create the NAME argument.
+against a name that may be in a namespace, then use the
+generate_ns_name method to create the NAME argument.
=item context
Returns a list of element names that represent open elements, with
-the last one being the innermost. Inside start and end tag han‐
-dlers, this will be the tag of the parent element.
+the last one being the innermost. Inside start and end tag
+handlers, this will be the tag of the parent element.
=item current_line
@@ -10083,8 +10083,8 @@
=item element_index
-Returns an integer that is the depth-first visit order of the cur‐
-rent element. This will be zero outside of the root element. For
+Returns an integer that is the depth-first visit order of the
+current element. This will be zero outside of the root element. For
example, this will return 1 when called from the start handler for
the root element start tag.
|