* clarified missing unicodestring manager error message

git-svn-id: trunk@32627 -
This commit is contained in:
Jonas Maebe 2015-12-10 11:00:00 +00:00
parent d3d78e6367
commit db2a02fb63

View File

@ -2238,8 +2238,8 @@ function UCS4StringToWideString(const s : UCS4String) : WideString;
{$ifndef FPC_HAS_BUILTIN_WIDESTR_MANAGER}
const
SNoUnicodestrings = 'This binary has no unicodestrings support compiled in.';
SRecompileWithUnicodestrings = 'Recompile the application with a unicodestrings-manager in the program uses clause.';
SNoUnicodestrings = 'This binary has no string conversion support compiled in.';
SRecompileWithUnicodestrings = 'Recompile the application with a unit that installs a unicodestring manager in the program uses clause.';
procedure unimplementedunicodestring;
begin