texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo lang.c,1.9,1.10


From: dirt
Subject: texinfo/makeinfo lang.c,1.9,1.10
Date: Sat, 6 Mar 2004 15:12:25 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv19668/makeinfo

Modified Files:
        lang.c 
Log Message:
2004-03-06  Alper Ersoy  <address@hidden>

        * makeinfo/lang.c (cm_special_char): call add_encoded_char for Info
        output too.



Index: lang.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/lang.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** lang.c      28 Feb 2004 12:46:51 -0000      1.9
--- lang.c      6 Mar 2004 14:12:22 -0000       1.10
***************
*** 835,841 ****
          { /* Lslash lslash Oslash oslash.
               Lslash and lslash aren't supported in HTML.  */
!           if ((html || xml) && command[0] == 'O')
              add_encoded_char ("Oslash", "/O");
!           else if ((html || xml) && command[0] == 'o')
              add_encoded_char ("oslash", "/o");
            else
--- 835,841 ----
          { /* Lslash lslash Oslash oslash.
               Lslash and lslash aren't supported in HTML.  */
!           if (command[0] == 'O')
              add_encoded_char ("Oslash", "/O");
!           else if (command[0] == 'o')
              add_encoded_char ("oslash", "/o");
            else



reply via email to

[Prev in Thread] Current Thread [Next in Thread]