texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo lang.c,1.3,1.4


From: dirt
Subject: texinfo/makeinfo lang.c,1.3,1.4
Date: Thu, 25 Dec 2003 10:53:51 +0100

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

Modified Files:
        lang.c 
Log Message:
2003-12-25  Alper Ersoy  <address@hidden>

        * makeinfo/lang.c (cm_accent_generic_no_headers): do not issue
        warnings when substituting non-ASCII accents with punctuation.



Index: lang.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/lang.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** lang.c      2003/12/18 01:40:57     1.3
--- lang.c      2003/12/25 09:53:48     1.4
***************
*** 679,684 ****
                   put the single instead. E.g., &Xuml; does not exist so X&uml;
                   should be produced. */
!               warning (_("%s is an invalid ISO code, using %c"),
!                        buffer, single);
                add_char (single);
              }
--- 679,687 ----
                   put the single instead. E.g., &Xuml; does not exist so X&uml;
                   should be produced. */
!               /* When the below warning is issued, an author has nothing
!                  wrong in their document, let alone anything ``fixable''
!                  on their side.  So it is commented out for now.  */
!               /* warning (_("%s is an invalid ISO code, using %c"),
!                        buffer, single); */
                add_char (single);
              }



reply via email to

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