writerperfect/source/common/WPFTEncodingDialog.cxx |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 11c2d1e027503b03829f06ffd4bec5ac6ca38403
Author: Sean Young <s...@mess.org>
Date:   Mon Oct 5 09:54:01 2015 +0100

    Add code pages introduced in libwps 0.4.2
    
    Change-Id: Ice017ac5e15b786538604f7ff9ce8a9f3612e813
    Reviewed-on: https://gerrit.libreoffice.org/19183
    Reviewed-by: David Tardon <dtar...@redhat.com>
    Tested-by: David Tardon <dtar...@redhat.com>

diff --git a/writerperfect/source/common/WPFTEncodingDialog.cxx 
b/writerperfect/source/common/WPFTEncodingDialog.cxx
index 1b6e11b..30c02c4 100644
--- a/writerperfect/source/common/WPFTEncodingDialog.cxx
+++ b/writerperfect/source/common/WPFTEncodingDialog.cxx
@@ -77,9 +77,14 @@ std::pair<OUStringLiteral, OUStringLiteral> const 
s_encodings[] =
     {OUStringLiteral("CP862"), OUStringLiteral("Hebrew (DOS/OS2-862)")},
     {OUStringLiteral("CP1255"), OUStringLiteral("Hebrew (Windows-1255)")},
     {OUStringLiteral("CP500"), OUStringLiteral("International (DOS/OS2-500)")},
+    {OUStringLiteral("CP932"), OUStringLiteral("Japanese (Windows-932)")},
     {OUStringLiteral("MacThai"), OUStringLiteral("Thai (Apple Macintosh)")},
     {OUStringLiteral("CP874"), OUStringLiteral("Thai (DOS/OS2-874)")},
     {
+        OUStringLiteral("CP950"),
+        OUStringLiteral("Traditional Chinese (Windows-950)")
+    },
+    {
         OUStringLiteral("MacTurkish"),
         OUStringLiteral("Turkish (Apple Macintosh)")
     },
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to