Showing changes from revision #4 to #5:
Added | Removed | Changed
Exclude/accept only certain characters into a writeable writable icon.
When the system alphabet is UTF8 this validation command accepts multi-byte characters.
Window Manager 4.87 onward convert SPACE’s in writable icons to a HARDSPACE. If SPACE is to be excluded, exclude both SPACE and HARDSPACE (Alt-SPACE via keyboard, or ASCII 160)
A[char list][~exclusion list] |
Allow characters in char list |
Disallow characters in exclusion list |
A0-9a-z~b |
Allows 0..9, a, c..z |
A~X |
Allows all chars but X |
A~\~ |
Allows all chars but ~ |
A~ |
Allows all chars |