Re: Cell value encoding

2003-08-02 Thread Andrew C. Oliver
On 8/2/03 3:57 AM, Nicola Ken Barozzi [EMAIL PROTECTED] wrote: Andrew C. Oliver wrote, On 02/08/2003 6.59: On 8/2/03 12:54 AM, Tetsuya Kitahata [EMAIL PROTECTED] wrote: P.S. Andrew, there are many problems building POI-site in japanese/korean/chinese languages, because the default

Re: Cell value encoding

2003-08-02 Thread Andrew C. Oliver
, August 02, 2003 1:54 PM Subject: Re: Cell value encoding Yes, sure. I know that appresso is a japanese company (because my company is also listed up to the Opensource Technology Alliance), however, I am not sure which language you (Mr. Xuemin Guan) often use. I think I can help you

Chinese Translation (Re: Cell value encoding)

2003-08-02 Thread Tetsuya Kitahata
languages. you can not build the chinese/japanese sites from xdocs in your environment, i guess. I need more wisdom from all over the world! -- On Sat, 2 Aug 2003 20:58:05 +0900 (Subject: Re: Cell value encoding) Xuemin Guan [EMAIL PROTECTED] wrote: Hello, guys, thanks for all the emails. As I am

Cell value encoding

2003-08-01 Thread Xuemin Guan
Hello, dear all, I am having some problems dealding with Japanese Characters. I set up a cell value as this: cell.setCellValue(some Japanese characters go here); And I end up with wrong values in the generated XLS file. Then I looked up the POI API and souce code, and did the follow:

Re: Cell value encoding

2003-08-01 Thread Andrew C. Oliver
You did the right thing. The UTF_16 is a misnomer carried from the earliest versions of POI. In 3.0 these will be renamed to EIGHT_BIT_CSET and SIXTEEN_BIT_CSET or something. The first case is useful only for US character sets. The only problem is how to name this concisely and clearly

Re: Cell value encoding

2003-08-01 Thread Xuemin Guan
Hello, Andy, thanks a lot for the note! Best, Xuemin - Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: POI Users List [EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:31 PM Subject: Re: Cell value encoding You did the right thing. The UTF_16 is a misnomer carried

Re: Cell value encoding

2003-08-01 Thread Andrew C. Oliver
- Original Message - From: Andrew C. Oliver [EMAIL PROTECTED] To: POI Users List [EMAIL PROTECTED] Sent: Friday, August 01, 2003 10:31 PM Subject: Re: Cell value encoding You did the right thing. The UTF_16 is a misnomer carried from the earliest versions of POI. In 3.0

Re: Cell value encoding

2003-08-01 Thread Xuemin Guan
, 2003 2:17 AM Subject: Re: Cell value encoding Yeah man. Pass the word along BTW. If you can publish any non-english documentation on this it would sure help us out a lot. We can always help with hosting it. Thanks, Andy On 8/1/03 1:12 PM, Xuemin Guan [EMAIL PROTECTED] wrote: Hello

Re: Cell value encoding

2003-08-01 Thread Andrew C. Oliver
] Sent: Saturday, August 02, 2003 2:17 AM Subject: Re: Cell value encoding Yeah man. Pass the word along BTW. If you can publish any non-english documentation on this it would sure help us out a lot. We can always help with hosting it. Thanks, Andy On 8/1/03 1:12 PM, Xuemin Guan