Interstage Shunsaku Data Manager Application Development Guide - Microsoft(R) Windows(R) 2000/ Microsoft(R) Windows Server(TM) 2003 - - UNIX -
Contents Index PreviousNext

Appendix K XML Conversion Function APIs> K.2 CSVSource Class

K.2.2 setEncoding

mark1Function

This method sets the character encoding of data in the CSV file.

mark1Syntax

public void setEncoding(
    java.lang.String   aEncoding    /* (1) Character encoding           */
);

mark1Return Value

None

mark1Parameters

mark2(1) Character encoding

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))

mark1Exceptions

None

mark1Note on setEncoding

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 PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006