在 Ireport 4.8.0 中,我需要使用包含“UTF-8”字的“where”短语编写查询,如下所示:
选择帐户。nameAS 帐户名称,帐户。billing_address_cityAS accounts_billing_address_city FROM
accountsaccounts WHERE accounts。name=“מיינפורם”
当我在 Ireport 中编写它时,它什么也找不到,因为它无法识别 where 子句中的 UTF-8 单词:

当相同的查询在 MySQL 数据库中工作时:

所以问题出在无法识别 UTF-8 字的 Ireport 中,我该如何解决这个问题?