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.1 DocumentFountain Interface

K.1.4 setEncoding

mark1Function

This method sets the character encoding for the XML documents being generated.

mark1Syntax

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

mark1Return Value

None

mark1Parameters

mark2(1) Character encoding

Specify the character encoding for the XML documents.

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 default character encoding is UTF-8.


Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006