mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Extend range of characters valid in unquoted string in property list.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11030 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4177213d01
commit
553d92634d
2 changed files with 8 additions and 1 deletions
|
@ -141,7 +141,8 @@ static void setupQuotables()
|
|||
NSData *bitmap;
|
||||
|
||||
s = [[NSCharacterSet characterSetWithCharactersInString:
|
||||
@"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz$./_"]
|
||||
@"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
|
||||
@"abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^"]
|
||||
mutableCopy];
|
||||
[s invert];
|
||||
quotables = [s copy];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue