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
