- Jun
- 223
- 0
How'd you explain this:
echo %@urldecode[`V4_1%28c4c%29%282012%29%28abc%29.txt`]
Output:
V4_1̨c4c̨̩2012̨̩abc̩.txt
Should - supposedly - be:
V4_(c4c)(2012)(abc)29.txt
Tried all combinations of "chcp {1252|65001}" and "option //unicodeoutput".
My default settings are "unicodeoutput = no" with CP 1252.
Addendum
CHM error: Type "urld" into the Help file's index input window; you'll be directed to "UrlEncode".
echo %@urldecode[`V4_1%28c4c%29%282012%29%28abc%29.txt`]
Output:
V4_1̨c4c̨̩2012̨̩abc̩.txt
Should - supposedly - be:
V4_(c4c)(2012)(abc)29.txt
Tried all combinations of "chcp {1252|65001}" and "option //unicodeoutput".
My default settings are "unicodeoutput = no" with CP 1252.
Addendum
CHM error: Type "urld" into the Help file's index input window; you'll be directed to "UrlEncode".