Re: [classlib][luni]Delete DatagramSocket.isMulticastSocket?

2007-04-09 Thread Sean Qiu
There is also some methods in java.util.zip.ZipEntry seems useless who are never called. They are long getOffset (), void setName (String), void setOffset (long). So i suggest delete them together, if no one objects. 2007/4/5, Leo Li <[EMAIL PROTECTED]>: +1 Delete them if they are dead code.

RE: [jira][swing] Could someone please commit HARMONY-3454 ?

2007-04-09 Thread Ivanov, Alexey A
>-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nathan Beyer >Sent: Tuesday, April 10, 2007 8:42 AM >To: dev@harmony.apache.org >Subject: Re: [jira][swing] Could someone please commit HARMONY-3454 ? > >I have a few comments about the patch - > >1. I think

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/10/07, Yang Paulex <[EMAIL PROTECTED]> wrote: 2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: > > On 4/9/07, Yang Paulex <[EMAIL PROTECTED]> wrote: > > 2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: > > > > > > Hi all! > > > > > > I'm happy to announce one more contribution to harmony on be

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
Hi Tony, header files could be generated by javac tool :) let me know if you will have additional problems. Thanks. Vladimir. On 4/10/07, Tony Wu <[EMAIL PROTECTED]> wrote: Hi Vladimir, I found #include "CP_1250.h" in CP_1250.c but no .h files found in your patch, still I can not build from s

Re: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?)

2007-04-09 Thread Alexey Petrenko
So I was right in my concerns... I would change the patch to something like the following... === cut === static void (__stdcall *drawThemeBackground) (void*, void*, int, int, void*, void*) = NULL; static int isUxThemeAvailable = 1; JNIEXPORT void JNICALL Java_org_apache_harmony_awt_theme_windows

Re: [jira][swing] Could someone please commit HARMONY-3454 ?

2007-04-09 Thread Nathan Beyer
I have a few comments about the patch - 1. I think the "catch(Throwable)" in JEditorPane should be change, at a minimum, to "catch(Exception)". We don't want to hide things like OutOfMemoryErrors, which could happen anywhere. 2. There's no concurrency protection for the static Map, contentTypes.

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Alexey Varlamov
+1 :) 2007/4/10, Yang Paulex <[EMAIL PROTECTED]>: Happy Birthday, Tim 2007/4/10, Stefano Mazzocchi <[EMAIL PROTECTED]>: > > Tim Ellison wrote: > > Grrr, I'll get you Magnusson. > > lol > > (note: on cocoon-dev once we had a happy-birthday thread that lasted > almost a month as we found out that

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Yang Paulex
2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: On 4/9/07, Yang Paulex <[EMAIL PROTECTED]> wrote: > 2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: > > > > Hi all! > > > > I'm happy to announce one more contribution to harmony on behalf of > > Intel. Provided implementation of charset encoders/d

Re: [OT] JFYI: Dave Gilbert (jfree.org) on Apache Harmony

2007-04-09 Thread Yang Paulex
2007/4/10, Alexey Petrenko <[EMAIL PROTECTED]>: Yeah, let's start a branch. So let's heads up a little into a little details :), currently in Harmony svn enhanced directory[1], we have classlib/drlvm/jdktools/others in separated directories, and every directories has a subdirectory trunk, th

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
Hi Vladimir, I found #include "CP_1250.h" in CP_1250.c but no .h files found in your patch, still I can not build from src. trying the binary.. On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: > And I have not found a makefile for native? To

Re: [drlvm]shutdown deadlock with gc.multithreads

2007-04-09 Thread Vladimir Ivanov
Actually, on Linux 32 and Linux x86_64 :) But any way, it may be other problem. Thanks, Vladimir On 4/10/07, Rana Dasgupta <[EMAIL PROTECTED]> wrote: Vladimir, This is on Win32. I don't think it can happen on Linux which has deferred thread cancellation. So it is urelated to other smoke test f

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Yang Paulex
Happy Birthday, Tim 2007/4/10, Stefano Mazzocchi <[EMAIL PROTECTED]>: Tim Ellison wrote: > Grrr, I'll get you Magnusson. lol (note: on cocoon-dev once we had a happy-birthday thread that lasted almost a month as we found out that most cocoon developers are born around january/february ;-)

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread LvJimmy,Jing
Happy Birthday Tim! Do we have any gift for him? :P 2007/4/9, Geir Magnusson Jr. <[EMAIL PROTECTED]>: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir -- Best Regards! Jimmy, Jing Lv China Software Development Lab, IBM

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Leo Li
Happy Birthday, Tim! On 4/10/07, Naveen Neelakantam <[EMAIL PROTECTED]> wrote: Happy Birthday Tim! On Apr 9, 2007, at 8:08 AM, Geir Magnusson Jr. wrote: > I figured this will annoy him to no end, but hey, today is his > birthday :) > > Happy Birthday Tim! > > geir -- Leo Li China Softwar

Re: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?)

2007-04-09 Thread Nathan Beyer
Yeah, that's what it is doing. The tests are just being reported as VM crashes. What's the intention of this patch? I thought it was to make uxtheme.dll optional, but it just fails it in a different way. -Nathan On 4/9/07, Alexey Petrenko <[EMAIL PROTECTED]> wrote: Andrey, AFAIU your patch wi

Re: [drlvm]shutdown deadlock with gc.multithreads

2007-04-09 Thread Rana Dasgupta
Vladimir, This is on Win32. I don't think it can happen on Linux which has deferred thread cancellation. So it is urelated to other smoke test failures you have seen on linux x86. Thanks, Rana On 4/5/07, Vladimir Ivanov <[EMAIL PROTECTED]> wrote: Similar (or this?) issue discussed at thread:

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Naveen Neelakantam
Happy Birthday Tim! On Apr 9, 2007, at 8:08 AM, Geir Magnusson Jr. wrote: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir

Re: [OT] JFYI: Dave Gilbert (jfree.org) on Apache Harmony

2007-04-09 Thread Alexey Petrenko
Yeah, let's start a branch. 2007/4/8, Andrew Zhang <[EMAIL PROTECTED]>: On 4/8/07, Mikhail Fursov <[EMAIL PROTECTED]> wrote: > > Bloggers blog while developers work :) > > > I like we pushed RI to become open source. I like our scores in benchmarks > and I like our plans on stability improvement

[jira][swing] Could someone please commit HARMONY-3454 ?

2007-04-09 Thread Zakharov, Vasily M
Hi, Could someone please commit http://issues.apache.org/jira/browse/HARMONY-3454 ? It has patch available and it looks like the discussion over it is over. Thank you! Vasily Zakharov Intel ESSD

Re: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?)

2007-04-09 Thread Alexey Petrenko
Andrey, AFAIU your patch will fail on assert call if there is no uxtheme.dll or DrawThemeBackground function in it, will not it? SY, Alexey 2007/4/9, Pavlenko, Andrey A <[EMAIL PROTECTED]>: I've attached a patch, but I haven't win2000 to check if this patch fixes the issue. Could somebody che

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Alexey Petrenko
Happy birthday, Tim! 2007/4/9, Geir Magnusson Jr. <[EMAIL PROTECTED]>: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Jin Mingjian
Happy Birthday!

Re: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?)

2007-04-09 Thread Nathan Beyer
Sweet. I'm looking at it and testing it now. Thanks. -Nathan On 4/9/07, Pavlenko, Andrey A <[EMAIL PROTECTED]> wrote: I've attached a patch, but I haven't win2000 to check if this patch fixes the issue. Could somebody check it? -Original Message- From: Alexey Petrenko [mailto:[EMAIL P

Re: (HARMONY-1447) [classlib][awt] RI Polygon.add(int,int) throws exception after Polygon(new int[2], new int[2], 0)

2007-04-09 Thread Mikhail Fursov
Sorry, I think I didn't understand your initial statement correctly before. I thought that both behaviours are allowed and we chose uncompatible one. On 4/9/07, Pavlenko, Andrey A <[EMAIL PROTECTED]> wrote: Mikhail, I don't think RI behaves correctly here. According to the spec, this method sho

Re: [General] a presentation by Geir on Harmony

2007-04-09 Thread Mikhail Fursov
Thanks, I've added one more item to the presentations page. On 4/9/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Hi, Mikhail, The presentation wiki page is at http://wiki.apache.org/harmony/HarmonyPresentations, And the papers wiki page is at http://wiki.apache.org/harmony/HarmonyPapers. Their

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Geir Magnusson Jr.
On Apr 9, 2007, at 6:27 PM, Stefano Mazzocchi wrote: Tim Ellison wrote: Grrr, I'll get you Magnusson. lol (note: on cocoon-dev once we had a happy-birthday thread that lasted almost a month as we found out that most cocoon developers are born around january/february ;-) That explains all

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Geir Magnusson Jr.
On Apr 9, 2007, at 4:33 PM, Tim Ellison wrote: Grrr, I'll get you Magnusson. Thanks everyone Geir Magnusson Jr. wrote: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Stefano Mazzocchi
Tim Ellison wrote: > Grrr, I'll get you Magnusson. lol (note: on cocoon-dev once we had a happy-birthday thread that lasted almost a month as we found out that most cocoon developers are born around january/february ;-) > Thanks everyone > > > Geir Magnusson Jr. wrote: >> I figured this will a

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Stefano Mazzocchi
Vladimir Strigun wrote: > Hi all! > > I'm happy to announce one more contribution to harmony on behalf of > Intel. Provided implementation of charset encoders/decoders is > intended to replace the ICU-based charsets encoding/decoding > operations. The code was developed in clean-room environment i

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Oliver Deakin
Happy Birthday! Have a good one! ;) Tim Ellison wrote: Grrr, I'll get you Magnusson. Thanks everyone Geir Magnusson Jr. wrote: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir -- Oliver Deakin Unless stated otherwise above:

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
Thanks, I'll try it tomorrow :) On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: > And I have not found a makefile for native? Tony, I've attached makefiles to the JIRA issue. Thanks. Vladimir. > On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Tony Wu
Happy Birthday :) On 4/9/07, Xiao-Feng Li <[EMAIL PROTECTED]> wrote: Hey, Tim, happy birthday! Thanks, xiaofeng On 4/9/07, Tim Ellison <[EMAIL PROTECTED]> wrote: > Grrr, I'll get you Magnusson. > > Thanks everyone > > > Geir Magnusson Jr. wrote: > > I figured this will annoy him to no end, but

RE: (HARMONY-1447) [classlib][awt] RI Polygon.add(int,int) throws exception after Polygon(new int[2], new int[2], 0)

2007-04-09 Thread Pavlenko, Andrey A
Mikhail, I don't think RI behaves correctly here. According to the spec, this method should update bounds instead of throwing ArrayIndexOutOfBoundsException. -Original Message- From: Mikhail Fursov [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2007 6:53 PM To: dev@harmony.apache.org

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Xiao-Feng Li
Hey, Tim, happy birthday! Thanks, xiaofeng On 4/9/07, Tim Ellison <[EMAIL PROTECTED]> wrote: Grrr, I'll get you Magnusson. Thanks everyone Geir Magnusson Jr. wrote: > I figured this will annoy him to no end, but hey, today is his birthday :) > > Happy Birthday Tim! > > geir > -- http://x

Re: [General] a presentation by Geir on Harmony

2007-04-09 Thread Xiao-Feng Li
Hi, Mikhail, The presentation wiki page is at http://wiki.apache.org/harmony/HarmonyPresentations, And the papers wiki page is at http://wiki.apache.org/harmony/HarmonyPapers. Their entrances are at frontpage "resources" section http://wiki.apache.org/harmony/FrontPage. Thanks, xiaofeng On 4/8

RE: [classlib][awt/swing] Windows version dependencies? (was: Re: [general] What platforms do we support?)

2007-04-09 Thread Pavlenko, Andrey A
I've attached a patch, but I haven't win2000 to check if this patch fixes the issue. Could somebody check it? -Original Message- From: Alexey Petrenko [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 11:54 AM To: dev@harmony.apache.org Subject: Re: [classlib][awt/swing] Windows

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: And I have not found a makefile for native? Tony, I've attached makefiles to the JIRA issue. Thanks. Vladimir. On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: > Hi Vladimir, > > Thanks for explanation, I'm testing it on win xp. > > I encounter a m

Re: (HARMONY-1447) [classlib][awt] RI Polygon.add(int,int) throws exception after Polygon(new int[2], new int[2], 0)

2007-04-09 Thread Mikhail Fursov
Are there any implementation problems to be compatible with RI here? On 4/9/07, Pavlenko, Andrey A <[EMAIL PROTECTED]> wrote: According to the issue description I think it should be closed as Non-bug differences from RI. Any objections? Description: Spec doesn't say about any exceptions. Eve

(HARMONY-1447) [classlib][awt] RI Polygon.add(int,int) throws exception after Polygon(new int[2], new int[2], 0)

2007-04-09 Thread Pavlenko, Andrey A
According to the issue description I think it should be closed as Non-bug differences from RI. Any objections? Description: Spec doesn't say about any exceptions. Even if Polygon created with empty point buffer (not null but zero length), method addPoint() should reallocate buffer to append new

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Tim Ellison
Grrr, I'll get you Magnusson. Thanks everyone Geir Magnusson Jr. wrote: > I figured this will annoy him to no end, but hey, today is his birthday :) > > Happy Birthday Tim! > > geir >

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Kalpak Gadre
Happy Birthday Tim!

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Evgueni Brevnov
All the BEST to you Tim!!! Evgueni On 4/9/07, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir

Re: Happy Birthday Tim Ellison!

2007-04-09 Thread Andrew Zhang
On 4/9/07, Geir Magnusson Jr. <[EMAIL PROTECTED]> wrote: I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! Happy Birthday, Tim! geir -- Best regards, Andrew Zhang

Happy Birthday Tim Ellison!

2007-04-09 Thread Geir Magnusson Jr .
I figured this will annoy him to no end, but hey, today is his birthday :) Happy Birthday Tim! geir

Re: [drlvm][threading] H3289 -- some JVMTI questions

2007-04-09 Thread Evgueni Brevnov
On 3/23/07, Rana Dasgupta <[EMAIL PROTECTED]> wrote: I am not sure what the current thinking is on this, but I would suggest the opposite to 3289 ... tying the lifetime of the hythread structure to the java thread object and storing a reference to it in the thread object. When the OS thread goes

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
And I have not found a makefile for native? On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: Hi Vladimir, Thanks for explanation, I'm testing it on win xp. I encounter a minor problem when try to build native code. \trunk\modules\nio_char\src\main\native/niochar/windows was asked instead of .

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
Hi Vladimir, Thanks for explanation, I'm testing it on win xp. I encounter a minor problem when try to build native code. \trunk\modules\nio_char\src\main\native/niochar/windows was asked instead of .../src/native/niochar/shared according to readme. On 4/9/07, Vladimir Strigun <[EMAIL PROTE

Re: [jira] Commented: (HARMONY-3589) [build] in H-3254 ant properties are assumed to be redefinable

2007-04-09 Thread Alexei Fedotov
Gregory, Alexey, Could you please take care of the patch? It has been reviewed by Pavel. Thanks! On 4/9/07, Pavel Pervov (JIRA) <[EMAIL PROTECTED]> wrote: [ https://issues.apache.org/jira/browse/HARMONY-3589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Volynets, Vera <[EMAIL PROTECTED]> wrote: Hi, there is one small point about our independence from icu. Vm uses icu4c during classfile parsing. It would be great if we have the same functionality and don't use icu4c. Do you work on it? Vera, With the new bundle we still dependent on

Re: [drlvm][threading] Some smoke tests started to hang this week on linux x86

2007-04-09 Thread Pavel Rebriy
A probable problem is in finalizer mechanism, see HARMONY-3590. This issue fixes finalization work balance subsystem. It's affected stability very hard. [1] https://issues.apache.org/jira/browse/HARMONY-3590 On 06/04/07, Pavel Rebriy <[EMAIL PR

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: I wonder if it is possible to make it as built-in charset provider and make icu as an extension? Attached test bundle, instruction and patch for current code combined new implementation with ICU. So, I have the same 228 charsets available - about 90

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Yang Paulex <[EMAIL PROTECTED]> wrote: 2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: > > Hi all! > > I'm happy to announce one more contribution to harmony on behalf of > Intel. Provided implementation of charset encoders/decoders is > intended to replace the ICU-based charsets encod

RE: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Volynets, Vera
Hi, there is one small point about our independence from icu. Vm uses icu4c during classfile parsing. It would be great if we have the same functionality and don't use icu4c. Do you work on it? WBR,Vera! -Original Message- From: Tony Wu [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Richard Liang
On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: I wonder if it is possible to make it as built-in charset provider and make icu as an extension? Good question? ;-) On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: > amazing work. > generating the charsets... > > On 4/9/07, Vladimir Strigun <[EMAIL

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
I wonder if it is possible to make it as built-in charset provider and make icu as an extension? On 4/9/07, Tony Wu <[EMAIL PROTECTED]> wrote: amazing work. generating the charsets... On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: > On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > >

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Tony Wu
amazing work. generating the charsets... On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: > > > > On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > > > Super cool!!! > > > Does it

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Yang Paulex
2007/4/9, Vladimir Strigun <[EMAIL PROTECTED]>: Hi all! I'm happy to announce one more contribution to harmony on behalf of Intel. Provided implementation of charset encoders/decoders is intended to replace the ICU-based charsets encoding/decoding operations. The code was developed in clean-roo

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: > > On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > > Super cool!!! > > Does it mean we're not dependent on ICU any more? > > Unfortunately not all charsets supported with attached bundl

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Andrew Zhang
On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > Super cool!!! > Does it mean we're not dependent on ICU any more? Unfortunately not all charsets supported with attached bundle. The list of supported charsets you could find in README fi

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: > > Hi all! > > I'm happy to announce one more contribution to harmony on behalf of > Intel. Provided implementation of charset encoders/decoders is > intended to replace the ICU-based charse

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
On 4/9/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: Super cool!!! Does it mean we're not dependent on ICU any more? Unfortunately not all charsets supported with attached bundle. The list of supported charsets you could find in README file. On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Andrew Zhang
On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: Hi all! I'm happy to announce one more contribution to harmony on behalf of Intel. Provided implementation of charset encoders/decoders is intended to replace the ICU-based charsets encoding/decoding operations. The code was developed in cl

Re: [contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Andrew Zhang
Super cool!!! Does it mean we're not dependent on ICU any more? On 4/9/07, Vladimir Strigun <[EMAIL PROTECTED]> wrote: Hi all! I'm happy to announce one more contribution to harmony on behalf of Intel. Provided implementation of charset encoders/decoders is intended to replace the ICU-based ch

[contribution] Contribution of charset encoders/decoders for NIO_CHAR module

2007-04-09 Thread Vladimir Strigun
Hi all! I'm happy to announce one more contribution to harmony on behalf of Intel. Provided implementation of charset encoders/decoders is intended to replace the ICU-based charsets encoding/decoding operations. The code was developed in clean-room environment inside Intel and I'd like you to pla