12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
|
unit IdResourceStringsIconv;
|
||
|
|
||
|
interface
|
||
|
|
||
|
resourcestring
|
||
|
//IdIconv
|
||
|
RSIconvCallError = 'Error on call to Iconv library function %s';
|
||
|
|
||
|
implementation
|
||
|
|
||
|
end.
|