[WINEDOCS] Remove non-ascii characters

Francois Gouget fgouget at free.fr
Thu May 12 09:08:43 CDT 2005


wine-faq.sgml contained some 'registration mark' characters which are 
not part of the ASCII character set. This can cause some SGML tools to 
complain and they are better avoided anyway. The normal way to add a 
mark in SGML is via the following markup:

    <trademark class="registered">My Mark</>

I checked and this gives the expected output in html, pdf and txt (and 
presumably PS too).

Changelog:

  * en/wine-faq.sgml

    Francois Gouget <fgouget at free.fr>
    Use the proper markup instead of non-ascii trademark characters.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
   Any sufficiently advanced Operating System is indistinguishable from Linux
-------------- next part --------------
Index: en/wine-faq.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/wine-faq.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 wine-faq.sgml
--- en/wine-faq.sgml	9 May 2005 05:31:13 -0000	1.1.1.1
+++ en/wine-faq.sgml	12 May 2005 11:14:20 -0000
@@ -111,7 +111,7 @@
           of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, 
           Bochs can be compiled to emulate a 386, 486 or Pentium CPU. Bochs is capable
           of running most Operating Systems inside the emulation including Linux, 
-          Windows? 95, DOS, and recently Windows? NT 4.
+          <trademark class="registered">Windows</> 95, DOS, and recently <trademark class="registered">Windows</> NT 4.
        </para>
 
        <para>


More information about the wine-patches mailing list