Minor
This commit is contained in:
parent
691086f131
commit
f718fe370e
|
@ -3,7 +3,7 @@
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
if len (sys.argv) != 4:
|
if len (sys.argv) != 4:
|
||||||
print >>sys.stderr, "usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
|
print >>sys.stderr, "usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt"
|
||||||
sys.exit (1)
|
sys.exit (1)
|
||||||
|
|
||||||
BLACKLISTED_BLOCKS = ["Thai", "Lao", "Tibetan"]
|
BLACKLISTED_BLOCKS = ["Thai", "Lao", "Tibetan"]
|
||||||
|
@ -69,7 +69,7 @@ print "/* == Start of generated table == */"
|
||||||
print "/*"
|
print "/*"
|
||||||
print " * The following table is generated by running:"
|
print " * The following table is generated by running:"
|
||||||
print " *"
|
print " *"
|
||||||
print " * ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt"
|
print " * ./gen-indic-table.py IndicSyllabicCategory.txt IndicPositionalCategory.txt Blocks.txt"
|
||||||
print " *"
|
print " *"
|
||||||
print " * on files with these headers:"
|
print " * on files with these headers:"
|
||||||
print " *"
|
print " *"
|
||||||
|
|
Loading…
Reference in New Issue