Re: Re: Re: Re: Re: [JDEV] Non english messages solution?

2001-09-25 Thread Alex She
>Which im client? I am using winjabber.One OS is w2k(GBK), the other > is win98(big5). > I sent message to another, got many "?". I wrote a im client for Pockect pc , use embeded vc 3.00 by myself. I experienced such things, so many "?"[0x3f],just for wrong convert libary, if you need more hel

Re: [JDEV] Non english messages solution?

2001-09-25 Thread Peter Saint-Andre
> That is a bug in WinJabber or in the version of Windows being used. > Please tell the WinJabber developers about it. And while we're at it, there is no client named WinJabber. WinJab, yes. WinJabber, no. Peter ___ jdev mailing list [EMAIL PROTECTE

Re: [JDEV] Non english messages solution?

2001-09-25 Thread Jens Alfke
On Tuesday, September 25, 2001, at 02:36 AM, Gang Liu wrote: >Which im client? I am using winjabber.One OS is w2k(GBK), the other > is win98(big5). > I sent message to another, got many "?". OK, one ... more .. time ... That is a bug in WinJabber or in the version of Windows being used.

Re: Re: Re: Re: Re: [JDEV] Non english messages solution?

2001-09-25 Thread Gang Liu
Alex She > >Mr Gang Liu <[EMAIL PROTECTED]>: >> >why You use java as sever side ? I can not understand you. tell me if >> you can. >> I use java to write my own xdb module. The jabberd is from >> jabber.org. > I work hard to write xdb to oracle , I use xdb_sql and prco c language, and a >lo

Re: Re: Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Alex She
> >Mr Gang Liu <[EMAIL PROTECTED]>: > >why You use java as sever side ? I can not understand you. tell me if > you can. > I use java to write my own xdb module. The jabberd is from > jabber.org. I work hard to write xdb to oracle , I use xdb_sql and prco c language, and a long way to go f

Re: Re: Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Gang Liu
Alex She Mr Gang Liu <[EMAIL PROTECTED]>: >why You use java as sever side ? I can not understand you. tell me if you can. I use java to write my own xdb module. The jabberd is from jabber.org. >if no touch with jabber server, it can handle all encode, in VC++, you can >convert from ... an

Re: [JDEV] Non english messages solution?

2001-09-24 Thread Jens Alfke
On Monday, September 24, 2001, at 07:50 PM, Gang Liu wrote: > When I recv the message, I got the UTF8 byte stream. I can easily > convert it to unicode. Now I do not > know which encoding I should use to convert to native. I can not get > charset of the message from jabber protocol. Jabber me

Re: Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Alex She
Mr Gang Liu <[EMAIL PROTECTED]>: why You use java as sever side ? I can not understand you. tell me if you can. if no touch with jabber server, it can handle all encode, in VC++, you can convert from ... and to ... so easily. good luck! - This ma

Re: Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Gang Liu
Alex She Jabberd use expat parser which uses UTF8 . UTF8 can convert unicode easily, and >all you need to do is convert unicode to your native encoding,I think you use >early windows 95 platform which not support unicode , but your native encoding >may be GBK not gb2312 exactly, you can find a

Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Alex She
Jabberd use expat parser which uses UTF8 . UTF8 can convert unicode easily, and all you need to do is convert unicode to your native encoding,I think you use early windows 95 platform which not support unicode , but your native encoding may be GBK not gb2312 exactly, you can find a code table n

Re: Re: [JDEV] Non english messages solution?

2001-09-24 Thread Gang Liu
Alex She convert to local, >1cn.com>:> Hi, >> >> Is there any Non english messages solution? My Friend and I use >> winjabber to chat.But we use different encoding. One is >> gb2312, the other is big5.we can not see the messages each other. >> Thanks for any info. >> >> Regards, >> >

Re: [JDEV] Non english messages solution?

2001-09-23 Thread Alex She
convert to local, 1cn.com>:> Hi, > > Is there any Non english messages solution? My Friend and I use > winjabber to chat.But we use different encoding. One is > gb2312, the other is big5.we can not see the messages each other. > Thanks for any info. > > Regards, > > - Lg > > 2001-

Re: [JDEV] Non english messages solution?

2001-09-21 Thread Jens Alfke
On Friday, September 21, 2001, at 06:44 AM, Gang Liu wrote: > Is there any Non english messages solution? My Friend and I use > winjabber to chat.But we use different encoding. One is > gb2312, the other is big5.we can not see the messages each other. The Jabber protocol itself uses Uni

[JDEV] Non english messages solution?

2001-09-21 Thread Gang Liu
Hi, Is there any Non english messages solution? My Friend and I use winjabber to chat.But we use different encoding. One is gb2312, the other is big5.we can not see the messages each other. Thanks for any info. Regards, - Lg 2001-9-21 21:38:08 -- Gang Liu / Vista Team / Sh

[JDEV] Non english messages solution

2001-04-08 Thread Eugene Tyurkin
Looks like you don't understand me correctly. So let's try again. All I want to say is that jabber's ability to send everything in unicode can solve ANY problems with characters encodings. If I'll convert message to unicode using right charset (cp1251) so I can easily decode it to enother charset