IdResourceStringsTextEncoding.pas 464 B

12345678910111213141516
  1. unit IdResourceStringsTextEncoding;
  2. interface
  3. resourcestring
  4. //TIdTextEncoding
  5. RSInvalidSourceArray = 'Invalid source array';
  6. RSInvalidDestinationArray = 'Invalid destination array';
  7. RSCharIndexOutOfBounds = 'Character index out of bounds (%d)';
  8. RSByteIndexOutOfBounds = 'Start index out of bounds (%d)';
  9. RSInvalidCharCount = 'Invalid count (%d)';
  10. RSInvalidDestinationIndex = 'Invalid destination index (%d)';
  11. implementation
  12. end.