Can I config all "String getXXX()" of my OMs to return strings in specified encoding?
  
      Here, omInstance.getXXX() returns a string encoded in "GBK" (omInstance is a 
record retreived from MySQL), before it save to DB, I must change the encoding into 
"8859_1" manually by omInstance.setXXX(new 
String(omInstance.getXXX().getBytes("GBK"),"8859_1")), while there are so many jobs 
like this. Can I config all the encoding for returned strings? Or if there is a place 
for me to handle all of these returned values of oms?
  
  
Thanx
  
  
joeGet more from the Web.  FREE MSN Explorer download : http://explorer.msn.com

Reply via email to