UnicodePathTest plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
 
Line 1: Line 1:
== Plugin Info ==
== Plugin Info ==


Some programs cannot be installed into path with special characters. So installer should warn user and suppress to continue while path is not correct. UnicodePathTest plug-in provide function which can check if path contains special character(s).
Some programs cannot be installed into a path with special characters. So installer should warn an user and suppress to continue while the path is not correct. UnicodePathTest plug-in provide a function which can check if the path contains special character(s).


{{PageAuthor|Instructor}}
{{PageAuthor|Instructor}}

Latest revision as of 16:36, 15 April 2011

Plugin Info

Some programs cannot be installed into a path with special characters. So installer should warn an user and suppress to continue while the path is not correct. UnicodePathTest plug-in provide a function which can check if the path contains special character(s).

Author: Instructor (talk, contrib)


Links

Download v1.0:
UnicodePathTest_1.0.zip (10 KB)

Description

This is Unicode NSIS plug-in for check if path (or any string) contains Unicode character(s). Plugin works only with Unicode NSIS.

Related