Microsoft SDK for Java

setCharset

This method of the Document class sets the character set. This is an alias for the getEncoding method and exists only for compatibility reasons.

Syntax

public final void setCharset(String encoding);

Parameters

encoding The encoding information.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.