Hello Joost,

Monday, December 22, 2008, 11:40:02 AM, you wrote:

JvdS> iirc it's windows that does this. If the winapi encounters characters in
JvdS> a string for a messagebox it doesn't understand, it drops the whole
JvdS> string. There's nothing Lazarus can do about it.

It's the UTF8ToUnicode provided by fpc which is more or less the same
as the Delphi one, kills the output on any error, and allow other
errors to be passed away to the result string which will bypass some
security functions.

-- 
Best regards,
 JoshyFun

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to