Page MenuHomePhabricator
Authored By
Dvorapa
Jun 25 2018, 9:58 AM
Size
579 B
Referenced Files
None
Subscribers
None

encoding.patch

--- index2.pl 2018-06-25 11:52:36.182415915 +0200
+++ index.pl 2018-06-25 11:52:21.735664478 +0200
@@ -424,6 +424,7 @@
%seen_coordinates = ();
$anchor = $item->attr('id');
+ utf8::encode($anchor);
next;
@@ -431,8 +432,10 @@
if ($item->attr('name') ne '') {
$anchor = $item->attr('name');
+ utf8::encode($anchor);
} elsif ($item->attr('id') ne '') {
$anchor = $item->attr('id');
+ utf8::encode($anchor);
}
} elsif ($item->attr('type') eq 'geolink' or $item->attr('type') eq 'geolink-kartographer') {

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6044519
Default Alt Text
encoding.patch (579 B)

Event Timeline