UserXXX / Claw

An editor for MadCatz *.pr0 files
MIT License
0 stars 0 forks source link

Check default handling of special chars #17

Closed UserXXX closed 9 years ago

UserXXX commented 9 years ago

Check how the default profile editor handles special chars ([, ], space, ', etc.) in text values (e.g. the profile name / command names) and do the same in Claw.

UserXXX commented 9 years ago

Tagged as bug, as it may happen that Claw produces syntactically wrong profile files nad/or is not able to load the profiles created by the default editor.

UserXXX commented 9 years ago

The default profile editor escapes all signs that are not ' in '. It produces unloadable profiles, if the name contains '. So ' will be forbidden to use in profile names in Claw.