mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
1c4d02d09d
commit
445ea4b5cb
15 changed files with 11 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue