wxWidgets/misc/unictabl
Vadim Zeitlin 69e087c144 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
2010-07-23 23:33:16 +00:00
..
mappings Add support for CP-866 encoding to wxEncodingConverter. 2010-07-23 23:33:16 +00:00
mk_ctable.c Support having const encoding tables. Modify generator code to regenerate as such. 2006-04-05 00:30:18 +00:00
mk_encodings.sh made the rest of wxEncodingConverter tables const 2006-07-31 16:28:43 +00:00
mk_fallbacks.sh
README
regenerate.sh

  Files in this directory are used to generate 
  src/common/unictabl.inc -- wxEncodingConverter helper tables that hold
  information about charset-to-unicode and unicode-to-charset conversion
  
  These scripts will most probably not run under Windows, even with
  Cygwin tools. You'll need some Unix machine 
  (tested only under Linux, so...)

  To add support for new encoding, simply add proper .TXT file from
  ftp://ftp.unicode.org/MAPPINGS to mappings directory. But **please**
  make sure that newly added file has only CR, not LF+CR at end of line.
  Also make sure it consists of 4 tab-separated columns (not spaces;
  # and comment must be separated by one tab)
  
  After adding the file, run ./regenerate.sh and commit 
  src/common/unictabl.inc to CVS.
  
  Or just send the mapping file to me (v.slavik@volny.cz) and I'll 
  take care of it myself ;-)