From 1a906be3c7b0ab936f0716d08d0380cbdc341e54 Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Thu, 15 Aug 2002 14:17:46 +0000 Subject: [PATCH] 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 --- src/documentation/xdocs/faq.xml | 1 + 1 file changed, 1 insertion(+) 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.