Hi, I do not remember the details (which MySQL version, maybe it was even MariaDB) but this did work for us:
?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8 Christian Am 31.03.2017 11:39, schrieb Ingo Wolfmayr: > Hi everybody, > > I have a question regarding special chars: > > Environment: Ofbiz trunk, Mysql 5.6 > Entity Engine: collate="utf8_unicode_ci", > jdbc-uri="jdbc:mysql://localhost/ofbiz_test?autoReconnect=true&characterEncoding=UTF-8" > > I have the following strings: > 1) Käse > 2) Akrapovič > > The first one is working. The second becomes Akrapovi? > > Both strings work in the online demo. Does anyone has an idea what I may do > wrong? > > Best regards, > Ingo >
