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:
CaS 2001-09-27 18:33:07 +00:00
parent 4177213d01
commit 553d92634d
2 changed files with 8 additions and 1 deletions

View file

@ -141,7 +141,8 @@ static void setupQuotables()
NSData *bitmap;
s = [[NSCharacterSet characterSetWithCharactersInString:
@"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz$./_"]
@"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"
@"abcdefghijklmnopqrstuvwxyz!#$%&*+-./:?@|~_^"]
mutableCopy];
[s invert];
quotables = [s copy];