FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.2k stars 206 forks source link

[MASTER] Fix for issue #8108 [frontported from FB4] #8118

Closed dmitry-lipetsk closed 1 month ago

dmitry-lipetsk commented 1 month ago

Server will use "stable" implementation of UCNV_FROM_U_CALLBACK_STOP function to provide one behaviour for built-in charset and ICU-charset when source unicode-string contains "ignorable" symbols.

It will always produces translation error.

This patch restores a behaviour of FB2.1-FB3 for "ignorable" symbols.


ATTENTION: These changes were not tested in a master tree (only in FB4).