=== modified file 'debian/changelog' --- debian/changelog 2012-10-03 09:25:06 +0000 +++ debian/changelog 2012-12-22 11:36:36 +0000 @@ -1,3 +1,9 @@ +html2text (1.3.2a-15build2) UNRELEASED; urgency=low + + * Converts ä to U+00E4 instead U+00E5 (LP: #123456). + + -- Javier P.L. Sat, 22 Dec 2012 05:32:53 -0600 + html2text (1.3.2a-15build1) quantal; urgency=low * Rebuild for new armel compiler default of ARMv5t. === modified file 'debian/patches/500-utf8-support.patch' --- debian/patches/500-utf8-support.patch 2009-02-22 10:57:20 +0000 +++ debian/patches/500-utf8-support.patch 2012-12-22 11:32:21 +0000 @@ -411,7 +411,7 @@ + { "aring", LATIN1_aring, "aa", 0x00e5}, + { "asymp", 0, "~=", 0x2248}, + { "atilde", LATIN1_atilde, "a~", 0x00e3}, -+ { "auml", LATIN1_auml, "a\"", 0x00e5}, ++ { "auml", LATIN1_auml, "a\"", 0x00e4}, { "bdquo", 0, "\"" }, - { "beta", 0, "b" }, - { "brvbar", LATIN1_brvbar, "|" },