Changeset 915 in tests for trunk/data/formatting/utf-8/entitize.py
- Timestamp:
- 07/19/2012 02:41:52 PM (13 years ago)
- Location:
- trunk/data/formatting/utf-8
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
entitize.py (copied) (copied from trunk/data/jacob/entitize.py) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/formatting/utf-8/entitize.py
r909 r915 1 # Generates entitized.txt from utf-8.txt. 2 # Used by Test_Convert_UrlEncoded_To_Entities. 3 1 4 import codecs 2 5 import sys … … 11 14 args = sys.argv[1:] 12 15 if args and args[0] in ("-h", "--help"): 13 print "Usage: python entitize.py < utf 8-lines.txt > entitized-lines.txt"16 print "Usage: python entitize.py < utf-8.txt > entitized.txt" 14 17 sys.exit(2) 15 18
Note: See TracChangeset
for help on using the changeset viewer.