[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug in docs: Foreign letters from dbootstrap menus



>   ``V&230;lg tastaturudl&230;gning''
>in the compiled docs (all formats).

Does this help?

p.

Index: po2sgml
===================================================================
RCS file: /org/cvs.debian.org/cvs/debian-boot/boot-floppies/documentation/po2sgml,v
retrieving revision 1.20
diff -u -r1.20 po2sgml
--- po2sgml	2001/12/15 21:46:02	1.20
+++ po2sgml	2001/12/18 14:22:36
@@ -49,7 +49,7 @@
         # reference
 	while ( $msgstr =~ /([\x7F-\xFF])/ ) {
 	    $repl = ord($1);
-	    $msgstr =~ s/$1/&${repl};/g || die;
+	    $msgstr =~ s/$1/&#${repl};/g || die;
 	}
 
 	print "<!entity $msgid \"``$msgstr''\">\n";




Reply to: