texinfo-commits
[Top][All Lists]
Advanced

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

[5937] couple more ASCII replacement strings added


From: Gavin D. Smith
Subject: [5937] couple more ASCII replacement strings added
Date: Wed, 19 Nov 2014 12:58:14 +0000

Revision: 5937
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5937
Author:   gavin
Date:     2014-11-19 12:58:04 +0000 (Wed, 19 Nov 2014)
Log Message:
-----------
couple more ASCII replacement strings added

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/info-utils.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-11-19 12:41:45 UTC (rev 5936)
+++ trunk/ChangeLog     2014-11-19 12:58:04 UTC (rev 5937)
@@ -1,5 +1,10 @@
 2014-11-19  Gavin Smith  <address@hidden>
 
+       * info/info-utils.c (degrade_utf8): Add some more ASCII 
+       replacements.
+
+2014-11-19  Gavin Smith  <address@hidden>
+
        * info/session.c (incremental_search) <backspace>: Remove a 
        complete multi-byte character.
 

Modified: trunk/info/info-utils.c
===================================================================
--- trunk/info/info-utils.c     2014-11-19 12:41:45 UTC (rev 5936)
+++ trunk/info/info-utils.c     2014-11-19 12:58:04 UTC (rev 5937)
@@ -755,12 +755,16 @@
     {"\xE2\x80\x9D","\""},/* Closing double quote */
     {"\xC2\xA9","(C)"},   /* Copyright symbol */
     {"\xC2\xBB",">>"},    /* Closing double angle brackets */
+
     {"\xE2\x86\x92","->"},/* Right arrow */
+    {"\xE2\x87\x92","=>"},/* Right double arrow */
+
     {"\xE2\x80\x90","-"},  /* Hyphen */
     {"\xE2\x80\x91","-"},  /* Non-breaking hyphen */
     {"\xE2\x80\x92","-"},  /* Figure dash */
     {"\xE2\x80\x93","-"},  /* En dash */
     {"\xE2\x80\x94","--"},  /* Em dash */
+    {"\xE2\x88\x92","-"},  /* Minus sign */
     {"\xE2\x80\xA6","..."},  /* Ellipsis */
     {"\xE2\x80\xA2","*"},  /* Bullet */
 




reply via email to

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