Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Inconsistency between textutils plugin and wrap utility

May
572
4
Charles Dye,

Contrasting the WRAP command in TextUtils-x64 plugin v. 0.68.1 and your external utility WRAP command,
this command
Code:
wrap /c:1 /i:5,5 /w:75 x.txt > y.txt
works perfectly with the external command but fails with the plugin, producing this error message
Code:
TextUtils plugin: Bad code page "/I:5,5"
For the plugin, I need to replace "/I:5,5" with "/P:5,5".

It would sure be nice if the two versions of WRAP had the same syntax and semantics. Perhaps you could just add /P as a synonym for /I in the external command version.
 
Back
Top