From: Andrew C. Oliver Date: Thu, 15 Aug 2002 14:17:46 +0000 (+0000) Subject: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11559 X-Git-Tag: REL_1_10~183 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1a906be3c7b0ab936f0716d08d0380cbdc341e54;p=poi.git http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11559 PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352826 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index 02789bf0ec..a0ff83672c 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -187,6 +187,7 @@ c.setCellValue( "\u0422\u0435\u0441\u0442\u043E\u0432\u0430\u044F" ); + Make sure you make the call to setEncoding() before calling setCellValue(), otherwise what you pass in won't be interpreted properly.