ObjFW  Diff

Differences From Artifact [5ef83f0de3]:

To Artifact [9288f5195e]:


376
377
378
379
380
381
382
383

384
385
386
387
388
389

390
391
392
393
394
395
396
376
377
378
379
380
381
382

383
384
385
386
387
388

389
390
391
392
393
394
395
396







-
+





-
+







		[self setCharacter: [self characterAtIndex: i]
			   atIndex: j];
		[self setCharacter: tmp
			   atIndex: i];
	}
}

- (void)upper
- (void)uppercase
{
	[self _applyTable: of_unicode_uppercase_table
		 withSize: OF_UNICODE_UPPERCASE_TABLE_SIZE];
}

- (void)lower
- (void)lowercase
{
	[self _applyTable: of_unicode_lowercase_table
		 withSize: OF_UNICODE_LOWERCASE_TABLE_SIZE];
}

- (void)insertString: (OFString*)string
	     atIndex: (size_t)index