Changeset 915 in tests for trunk/data/formatting/utf-8/u-urlencode.py
- Timestamp:
- 07/19/2012 02:41:52 PM (13 years ago)
- Location:
- trunk/data/formatting/utf-8
- Files:
-
- 1 added
- 1 copied
-
. (added)
-
u-urlencode.py (copied) (copied from trunk/data/jacob/u-urlencode.py) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/data/formatting/utf-8/u-urlencode.py
r909 r915 1 # Generates u-urlencoded.txt from utf-8.txt. 2 # Used for 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 u-urlencode.py < utf 8-lines.txt > u-urlencoded-lines.txt"16 print "Usage: python u-urlencode.py < utf-8.txt > u-urlencoded.txt" 14 17 sys.exit(2) 15 18
Note: See TracChangeset
for help on using the changeset viewer.