Add support for CP-866 encoding to wxEncodingConverter.

Recognize yet another Cyrillic encoding, a DOS OEM one.

Closes #2318.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2010-07-23 23:33:16 +00:00
parent e5dcae09e6
commit 69e087c144
4 changed files with 304 additions and 0 deletions

View File

@@ -411,6 +411,7 @@ MSW:
All (GUI):
- wxAUI: support auto-orientable toolbars (wsu).
- Add support for CP-866 encoding to wxEncodingConverter (madnut).
2.9.1: