Author: jeff.yuchang
Date: 2011-02-16 22:01:57 -0500 (Wed, 16 Feb 2011)
New Revision: 1306
Modified:
trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
Log:
*RIFTSAW-347, how to enable the UTF-8 support.
Modified: trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml
===================================================================
--- trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-02-16 16:36:45 UTC
(rev 1305)
+++ trunk/docs/docbook/userguide/src/main/en-US/module/admin.xml 2011-02-17 03:01:57 UTC
(rev 1306)
@@ -427,4 +427,21 @@
</section>
+ <section>
+ <title>UTF-8 encoding support</title>
+
+ <para>
+ If your process or outer web services that needs to support UTF-8 encoding, below
is the steps that you need take.
+ <itemizedlist>
+ <listitem>Make sure your database use the UTF-8 encoding as
default.</listitem>
+ <listitem>Adding following two properties to support the UTF-8 encoding in
hibernate.
+ <programlisting><![CDATA[
+hibernate.connection.useUnicode=true
+hibernate.connection.characterEncoding=UTF-8
+ ]]></programlisting>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </section>
+
</chapter>
Show replies by date