Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX - |
Contents
Index
![]() ![]() |
Appendix K XML Conversion Function APIs | > K.2 CSVSource Class |
This method sets the character encoding of data in the CSV file.
public void setEncoding( java.lang.String aEncoding /* (1) Character encoding */ ); |
None
Specify the character encoding of data in the CSV file.
Setting |
Meaning |
---|---|
UTF-8 |
UTF-8 |
GB2312 |
GB2312 (for Chinese language) |
big5 |
big5 (for Chinese language) |
KSC5601 |
KSC5601 (for the Hangul alphabet (Korean)) |
None
If this method is not used, the character encoding specified for the server where the XML conversion function APIs are located will be used by default.
Contents
Index
![]() ![]() |