lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5878] Don't change html charset


From: Greg Chicares
Subject: [lmi-commits] [5878] Don't change html charset
Date: Wed, 12 Mar 2014 23:18:15 +0000

Revision: 5878
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5878
Author:   chicares
Date:     2014-03-12 23:18:14 +0000 (Wed, 12 Mar 2014)
Log Message:
-----------
Don't change html charset

Modified Paths:
--------------
    lmi/trunk/test_coding_rules.cpp
    lmi/trunk/wx_checks.cpp

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2014-03-12 23:13:28 UTC (rev 5877)
+++ lmi/trunk/test_coding_rules.cpp     2014-03-12 23:18:14 UTC (rev 5878)
@@ -949,10 +949,7 @@
     taboo(f, "Microsoft Word");
     taboo(f, "Stylus Studio");
     taboo(f, "Sonic Software");
-    // Temporarily suppress this taboo for html. See:
-    //   http://lists.nongnu.org/archive/html/lmi/2008-03/msg00019.html
-    // Unsuppress it with wx-3.
-    // taboo(f, "windows-1252");
+    // This IANA-approved charset is still useful for html.
     if(!f.is_of_phylum(e_html))
         {
         taboo(f, "windows-1252");

Modified: lmi/trunk/wx_checks.cpp
===================================================================
--- lmi/trunk/wx_checks.cpp     2014-03-12 23:13:28 UTC (rev 5877)
+++ lmi/trunk/wx_checks.cpp     2014-03-12 23:18:14 UTC (rev 5878)
@@ -34,10 +34,6 @@
 #   error Outdated library: wx-2.5.4 or greater is required.
 #endif // wx prior to version 2.5.4 .
 
-#if wxCHECK_VERSION(3,0,0)
-#   error Remove the "1252" html exception in 'test_coding_rules.cpp'.
-#endif // wxCHECK_VERSION(3,0,0)
-
 // Require certain optional wx components.
 
 #if !wxUSE_DOC_VIEW_ARCHITECTURE




reply via email to

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