| 1234567891011121314 |
- unit IdResourceStringsUriUtils;
- interface
- resourcestring
- // TIdURI
- RSUTF16IndexOutOfRange = 'Character Index %d out of Range, Length = %d';
- RSUTF16InvalidHighSurrogate = 'Character at Index %d is not a valid UTF-16 High Surrogate';
- RSUTF16InvalidLowSurrogate = 'Character at Index %d is not a valid UTF-16 Low Surrogate';
- RSUTF16MissingLowSurrogate = 'Missing a Low Surrogate in UTF-16 sequence';
- implementation
- end.
|