Subject Re: Unicode text in Exception?
Author Dmitry Yemanov
21.01.2015 20:11, Martijn Tonies wrote:

> Oh bugger.
>
> Now, I tried the following in the procedure to work around the above:
>
> exception test _utf8 'unicode string here';
>
> When I look at RDB$PROCEDURES.RDB$PROCEDURE_SOURCE I can see
> the text is inserted as a hex string.
>
> But this doesn't seem to work either?
>
> Does this work at all with Exceptions?

AFAIU, your trick (exception parameter) should work.


Dmitry