Just saw the documentation about utf8... Thanks. I've managed to convert my
DB from latin1 to utf8 and made Keycloak JDBC connection use utf8. Users
with odd characters can be inserted now.
On Tue, Mar 21, 2017 at 12:12 PM Tomás García <tomas(a)intrahouse.com> wrote:
Hi,
I have an installation of Keycloak, version 2.5.5.Final, with MySQL. If a
user with odd characters registers, those odd characters are substituted by
? characters, e.g. the name Sůsa will be stored as S?sa.
I think this bug was already fixed. Any clue?
Thanks.