added wxEncodingConverter - scripts for creating convertion tables
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
24
misc/unictabl/regenerate.sh
Executable file
24
misc/unictabl/regenerate.sh
Executable file
@@ -0,0 +1,24 @@
|
||||
#!/bin/sh
|
||||
# CVS-ID: $Id$
|
||||
|
||||
echo ""
|
||||
echo "-----------------------------------"
|
||||
echo " Refreshing tables, please wait..."
|
||||
echo "-----------------------------------"
|
||||
echo ""
|
||||
|
||||
sh ./mk_fallbacks.sh
|
||||
sh ./mk_encodings.sh
|
||||
|
||||
echo " * removing temporary files..."
|
||||
|
||||
rm -f Fallbacks UnicodeChars
|
||||
|
||||
echo "
|
||||
* copying tables to src/common/unictabl.inc..."
|
||||
|
||||
mv -f unictabl.inc ../../src/common/unictabl.inc
|
||||
|
||||
echo "
|
||||
DONE
|
||||
"
|
Reference in New Issue
Block a user