regenerate.sh 395 B

1234567891011121314151617181920212223
  1. #!/bin/sh
  2. echo ""
  3. echo "-----------------------------------"
  4. echo " Refreshing tables, please wait..."
  5. echo "-----------------------------------"
  6. echo ""
  7. sh ./mk_fallbacks.sh
  8. sh ./mk_encodings.sh
  9. echo " * removing temporary files..."
  10. rm -f Fallbacks UnicodeChars
  11. echo "
  12. * copying tables to src/common/unictabl.inc..."
  13. mv -f unictabl.inc ../../src/common/unictabl.inc
  14. echo "
  15. DONE
  16. "