This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/misc/unictabl
2024-07-04 19:52:56 +03:00
..
mappings My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
mk_ctable.c My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
mk_encodings.sh My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
mk_fallbacks.sh My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
README My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00
regenerate.sh My portable distribution of Code::Blocks 2024-07-04 19:52:56 +03:00

  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 ;-)