Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - WideStringUpperCase moved to UUnicodeUtils.pas | tobigun | 2008-11-07 | 1 | -1/+86 |
| | | | | | | | | - WideCharUpperCase removed as single characters (code-point) can be represented by two WideChars (surrogates). Convert to UCS4 instead (one code-point <-> one UCS4Char). - UCS4 functions added to UUUnicodeUtils - string replaced with UTF8String (although it's just a typedef) to mark UTF8 strings. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1507 b956fd51-792f-4845-bead-9b4dfca2ff2c | ||||
* | - IsNumericChar/... and other character class type functions moved to ↵ | tobigun | 2008-11-06 | 1 | -0/+124 |
UUnicodeUtils.pas - UCS4 to UTF8 converters added. Nice for changing single characters (e.g. MyString[i] := 'de') - Player names are now UTF8 - DeleteLastLetter is UTF8 now git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@1504 b956fd51-792f-4845-bead-9b4dfca2ff2c |