24.09.2019 16:27, Kjell Rilbe wrote:
The built-in function ASCII_CHAR(n) seems to only accept integers 0..255 and not have any character set support whatsoever.
ASCII (which this function has in name) define only 127 symbols.
As a workaround, do string literals include some escape syntax to insert an arbitrary code point, similar to for example in C#? For example: '|\u0066|' = 'f' Or are such escape mechanisms in the plans?
Yes. Read README.hex_literals.txt in docs. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel