restemplate/indy/Protocols/IdResourceStringsUriUtils.pas

15 lines
445 B
Plaintext

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.