jive3+mysql4的中文化

  下面这段来自jive3的文档:(file:///H:/java/j2ee/jive_forums_ent_3_0_8/jive_forums_ent_3_0_8/documentation/database.html#mysql)

  MySQL does not have proper Unicode support, which makes supporting postings in non-Western languages difficult. However, the MySQL JDBC driver has a workaround which can be enabled by adding <mysql><useUnicode>true</useUnicode></mysql> to the <database> section of your jive_config.xml file. When using this setting, you should also set the Jive character encoding to utf-8 in the admin tool.

  因为在jive3的admin页面中可以设置字符集,所以没有必要在数据库连接字符串中再设置characterEncoding属性了。

            <serverURL>

                jdbc:mysql://localhost:3306/jive3

                <!--?characterEncoding=UTF-8-->

            </serverURL>

  在采用utf-8编码后,数据库的数据均是utf-8编码,我们人工就不能在数据库中直接看数据内容了。在这种情况下,怎么在数据库中直接看到内容呢?还需要进一步的学习。

  还有,学习日记目前只能使用gb2312,是否使用了utf-8编码后就可以支持其他类型的文本输入了?

  ????,在jive3中使用了utf-8??後,??可以支持繁?了。