mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
OSX compatibility update for newline character set.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29249 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25ad93b2f7
commit
91e22a6407
15 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,10 @@
|
|||
2010-01-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSCharacterSetData.h:
|
||||
* NSCharacterSets/newlineCharSet.dat:
|
||||
Add VT ad FF as newline characters for OSX compatibility as suggested
|
||||
by Eric.
|
||||
|
||||
2010-01-09 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
NSCharacterSets/newlineCharSet.dat
Normal file
BIN
NSCharacterSets/newlineCharSet.dat
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -567821,13 +567821,12 @@ static const unsigned char lowercaseLetterCharSet[16384] = {
|
|||
#endif /* GNUSTEP_INDEX_CHARSET */
|
||||
#if defined(GNUSTEP_INDEX_CHARSET)
|
||||
static const NSRange newlineCharSet[] = {
|
||||
{10,1},
|
||||
{13,1},
|
||||
{10,4},
|
||||
{133,1}};
|
||||
#else /* GNUSTEP_INDEX_CHARSET */
|
||||
static const unsigned char newlineCharSet[8192] = {
|
||||
'\x00',
|
||||
'\x24',
|
||||
'\x3c',
|
||||
'\x00',
|
||||
'\x00',
|
||||
'\x00',
|
||||
|
@ -757427,8 +757426,7 @@ static const unsigned char uppercaseLetterCharSet[16384] = {
|
|||
#endif /* GNUSTEP_INDEX_CHARSET */
|
||||
#if defined(GNUSTEP_INDEX_CHARSET)
|
||||
static const NSRange whitespaceAndNlCharSet[] = {
|
||||
{9,2},
|
||||
{13,1},
|
||||
{9,5},
|
||||
{32,1},
|
||||
{133,1},
|
||||
{160,1},
|
||||
|
@ -757442,7 +757440,7 @@ static const NSRange whitespaceAndNlCharSet[] = {
|
|||
#else /* GNUSTEP_INDEX_CHARSET */
|
||||
static const unsigned char whitespaceAndNlCharSet[8192] = {
|
||||
'\x00',
|
||||
'\x26',
|
||||
'\x3e',
|
||||
'\x00',
|
||||
'\x00',
|
||||
'\x01',
|
||||
|
|
Loading…
Reference in a new issue