>   ``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";



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to