|
From: <bob...@us...> - 2003-07-31 05:58:57
|
Update of /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler
In directory sc8-pr-cvs1:/tmp/cvs-serv2327/src/hk/hku/cecid/phoenix/message/handler
Modified Files:
Constants.java
Log Message:
Force the content type to have charset = "UTF-8" in soap part.
Index: Constants.java
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/src/hk/hku/cecid/phoenix/message/handler/Constants.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Constants.java 13 Jun 2003 06:33:39 -0000 1.29
--- Constants.java 31 Jul 2003 05:58:54 -0000 1.30
***************
*** 640,647 ****
public static final String CHARACTER_SET = "charset";
/**
* Default XML character encoding.
*/
! public static final String CHARACTER_ENCODING = "utf-8";
/**
--- 640,648 ----
public static final String CHARACTER_SET = "charset";
+
/**
* Default XML character encoding.
*/
! public static final String CHARACTER_ENCODING = "UTF-8";
/**
|