Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
FormPoster.setCharacterEncoding
Sets the character coding of string values in subsequent calls to
FormPoster.addTextValue.Syntax
public void setCharacterEncoding(String encoding)Parameters
encoding- Specify the character encoding. Typical encoding values include
 "UTF-8"or"Latin-1".
Description
The
setCharacterEncodingmethod sets the character encoding when subsequent calls toaddTextValueare made.The character encoding set by
setCharacterEncodingonly affects data passed through POST; that is,setCharacterEncodingdoes not affect any data passed through GET.See Also
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.