acoliver    2002/08/15 07:17:46

  Modified:    src/documentation/xdocs faq.xml
  Log:
  http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11559
  
  Revision  Changes    Path
  1.20      +1 -0      jakarta-poi/src/documentation/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/faq.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- faq.xml   21 Jul 2002 03:03:57 -0000      1.19
  +++ faq.xml   15 Aug 2002 14:17:46 -0000      1.20
  @@ -187,6 +187,7 @@
                   c.setCellValue( "\u0422\u0435\u0441\u0442\u043E\u0432\u0430\u044F" 
);
   
               </source>
  +            Make sure you make the call to setEncoding() before calling 
setCellValue(), otherwise what you pass in won't be interpreted properly.
           </answer>
       </faq>
   </faqs>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to