initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
23
libs/wxWidgets-3.3.1/misc/unictabl/regenerate.sh
Executable file
23
libs/wxWidgets-3.3.1/misc/unictabl/regenerate.sh
Executable file
@@ -0,0 +1,23 @@
|
||||
#!/bin/sh
|
||||
|
||||
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