Merge lp:~azmeuk/intltool/xmlfix into lp:intltool

Proposed by Eloi Rivard
Status: Work in progress
Proposed branch: lp:~azmeuk/intltool/xmlfix
Merge into: lp:intltool
Diff against target: 12 lines (+1/-1)
1 file modified
intltool-extract.in (+1/-1)
To merge this branch: bzr merge lp:~azmeuk/intltool/xmlfix
Reviewer Review Type Date Requested Status
intltool Developers Pending
Review via email: mp+191364@code.launchpad.net

Description of the change

Fixes #1191978

To post a comment you must log in.

Unmerged revisions

743. By Eloi Rivard

Fixes XML special chars bug.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'intltool-extract.in'
2--- intltool-extract.in 2012-08-23 03:39:02 +0000
3+++ intltool-extract.in 2013-10-16 10:14:28 +0000
4@@ -465,7 +465,7 @@
5
6 if ($lookup && $translate != 2) {
7 $comments{$lookup} = $XMLCOMMENT if $XMLCOMMENT;
8- add_message($lookup);
9+ add_message(entity_decode($lookup));
10 } elsif ($translate == 2) {
11 translate_subnodes($fh, \@all, $language, 1, $spacepreserve);
12 }

Subscribers

People subscribed via source and target branches