Patch to add codepage items for Chinese. Really useful?


-- 
Best regard
hashao
Index: ie_imp_RTF.cpp
===================================================================
RCS file: /cvsroot/abi/src/wp/impexp/xp/ie_imp_RTF.cpp,v
retrieving revision 1.63
diff -u -r1.63 ie_imp_RTF.cpp
--- ie_imp_RTF.cpp      2001/05/21 14:30:08     1.63
+++ ie_imp_RTF.cpp      2001/05/22 06:39:05
@@ -198,6 +198,14 @@
                        case 932:
                                m_szEncoding = "CP932";
                                break;
+                       // 936  Chinese: Simplified
+                       case 936:
+                               m_szEncoding = "CP936";
+                               break;
+                       // 950  Chinese: Traditional
+                       case 950:
+                               m_szEncoding = "CP950";
+                               break;
                        // 1250 Windows 3.1 (Eastern European)
                        case 1250:
                                m_szEncoding = "CP1250";        // MS-EE

Reply via email to