I have this converter in 5.5.5 (243)

;User conversion definition file for PSPad editor
[Settings]

;name for Left to Right conversion. If you don't fill name or delete it,
;it won't allow conversion. E.g. if you want to offer one direction conversion
only
;For regular expressions style forward direction is allowed only
ForwardName=ASCII to URL-encoding
BackwardName=URL-encoding to ASCII

;ignore char case - it tells convertor to ignore char case in specific
direction
ForwardIgnoreCase=0
BackWardIgnoreCase=0

;ConversionStyle=strings - convertor will use string replacement from [Strings]
section
;ConversionStyle=chars  - convertor will use conversion table from [Chars]
section
;ConversionStyle=regexpressions - convertor will use regular expression
[RegExpressions] section - not yet implemented
;                  regular expression style is one directional only!
ConversionStyle=strings

;expression from|expression to
[Strings]
 |%20
!|%21
"|%22
#|%23
$|%24
%|%25
&|%26
'|%27
(|%28
)|%29
...

Try to convert "%21" from URL to ASCII. This will not work. You have to use
ASCII to URL-encoding. This works but is the wrong direction as defined.

-- 
<https://forum.pspad.com/read.php?2,69668,69668>
PSPad freeware editor https://www.pspad.com

Odpovedet emailem