You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This limits us to the ISO-8859-1 repertoire, even simple things like the Euro sign € are not supported. Honestly it is quite confusing that we convert through a binary encoding at all given that JdbcExecutionContextDao stores as String/VARCHAR/CLOB/....
This would be breaking change for anybody currently using non-ASCII ISO-8859-1 characters.