| 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 |
FunctionThis method sets the character encoding of data in the CSV file.
Syntax
public void setEncoding(
java.lang.String aEncoding /* (1) Character encoding */
); |
Return ValueNone
Parameters
(1) Character encodingSpecify 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)) |
ExceptionsNone
Note on setEncodingIf 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
![]()
|