wxWidgets/misc/unictabl
Vadim Zeitlin 3f66f6a5b3 Remove all lines containing cvs/svn "$Id$" keyword.
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.

If nothing else, this will make an eventual transition to Git simpler.

Closes #14487.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00
..
mappings Add support for CP-866 encoding to wxEncodingConverter. 2010-07-23 23:33:16 +00:00
mk_ctable.c Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mk_encodings.sh Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
mk_fallbacks.sh Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
README
regenerate.sh Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00: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 ;-)