RE: Guththila and UTF-8?

2009-05-08 Thread David Taylor (Lowell)
I just submitted a patch to fix most of this issue (JIRA 1265).  Please let me 
know if you have any problems or questions.
Thanks,
-David

https://issues.apache.org/jira/browse/AXIS2C-1265

https://issues.apache.org/jira/secure/attachment/12407627/utf8-patch.txt

-Original Message-
From: David Taylor (Lowell) [mailto:dktay...@f5.com]
Sent: Friday, May 01, 2009 10:28 PM
To: Apache AXIS C User List
Subject: RE: Guththila and UTF-8?

That sounds easy enough.
Thanks,
-David

From: Rajika Kumarasiri [rajika.kumaras...@gmail.com]
Sent: Friday, May 01, 2009 10:02 PM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?

You can grant apache license permission by clicking the check box when 
submitting the patch to JIRA.

-Rajika

On Fri, May 1, 2009 at 8:01 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

That sounds reasonable.  Do you have an example of what I need to say to give 
apache license permission to the patch?

Thanks,

-David





From: uthaiyashan...@gmail.com<mailto:uthaiyashan...@gmail.com> 
[mailto:uthaiyashan...@gmail.com<mailto:uthaiyashan...@gmail.com>] On Behalf Of 
Uthaiyashankar
Sent: Thursday, April 30, 2009 10:54 PM

To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



Hi David,

On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Supun,



Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8 
code for element and attribute values, but depends on the system locale for 
element and attribute names (it still uses isspace and isalpha).  It would 
probably be better to use iswspace and iswalpha, though I am not sure whether 
they are as portable to all systems AXIS2/C supports.  What do you think about 
that?



In any case, what should be the next step for my changes?  Would you like me to 
email a patch or attach it to the JIRA bug?  Do you prefer just regular diff -u 
patches?

You have to attach the patch to JIRA bug. Regular diff -u patch is enough. When 
attaching the patch, you have to give apache licence permission to the patch.

Regards,
Shankar





My changes also include new unit tests for the UTF-8 transcoder.  I integrated 
them with the other Guththila unit tests that were a bit crufty, so I got them 
working, too.  I'll include that in the patch as well.

Thanks,

-David





From: Supun Kamburugamuva [mailto:supu...@gmail.com<mailto:supu...@gmail.com>]
Sent: Monday, April 27, 2009 11:51 PM

To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



Great! I'll be more than happy to help you with this.



Supun..

On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Thank you very much for the quick update.  Maybe I'll offer to take that 
task  Let me think about it.

Thanks,

-David





From: Samisa Abeysinghe [mailto:sam...@wso2.com<mailto:sam...@wso2.com>]
Sent: Monday, April 27, 2009 11:57 AM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



We have not looked into this for some time, because both folks who were 
involved with this part of the code went on to pursue their studies.

It is time that we look for new volunteers to cover this.



Samisa...

On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

It doesn't appear that Guththila supports UTF-8 even though 
guththila_get_encoding is hardcoded to return "UTF-8".  After googling for a 
bit, I am not clear on what the plans are for UTF-8 support.  Is it planned any 
time soon?  JIRA AXIS2C-1265 hasn't been updated in a while.  I'd appreciate 
any info on this.

Thanks,

-David



https://issues.apache.org/jira/browse/AXIS2C-1265





--
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com<http://supunk.blogspot.com>



--
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"




--
http://wso2.org
http://llvm.org
http://www.minix3.org


RE: Guththila and UTF-8?

2009-05-01 Thread David Taylor (Lowell)
That sounds easy enough.
Thanks,
-David

From: Rajika Kumarasiri [rajika.kumaras...@gmail.com]
Sent: Friday, May 01, 2009 10:02 PM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?

You can grant apache license permission by clicking the check box when 
submitting the patch to JIRA.

-Rajika

On Fri, May 1, 2009 at 8:01 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

That sounds reasonable.  Do you have an example of what I need to say to give 
apache license permission to the patch?

Thanks,

-David





From: uthaiyashan...@gmail.com<mailto:uthaiyashan...@gmail.com> 
[mailto:uthaiyashan...@gmail.com<mailto:uthaiyashan...@gmail.com>] On Behalf Of 
Uthaiyashankar
Sent: Thursday, April 30, 2009 10:54 PM

To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



Hi David,

On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Supun,



Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8 
code for element and attribute values, but depends on the system locale for 
element and attribute names (it still uses isspace and isalpha).  It would 
probably be better to use iswspace and iswalpha, though I am not sure whether 
they are as portable to all systems AXIS2/C supports.  What do you think about 
that?



In any case, what should be the next step for my changes?  Would you like me to 
email a patch or attach it to the JIRA bug?  Do you prefer just regular diff -u 
patches?

You have to attach the patch to JIRA bug. Regular diff -u patch is enough. When 
attaching the patch, you have to give apache licence permission to the patch.

Regards,
Shankar





My changes also include new unit tests for the UTF-8 transcoder.  I integrated 
them with the other Guththila unit tests that were a bit crufty, so I got them 
working, too.  I’ll include that in the patch as well.

Thanks,

-David





From: Supun Kamburugamuva [mailto:supu...@gmail.com<mailto:supu...@gmail.com>]
Sent: Monday, April 27, 2009 11:51 PM

To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



Great! I'll be more than happy to help you with this.



Supun..

On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Thank you very much for the quick update.  Maybe I’ll offer to take that task…. 
 Let me think about it.

Thanks,

-David





From: Samisa Abeysinghe [mailto:sam...@wso2.com<mailto:sam...@wso2.com>]
Sent: Monday, April 27, 2009 11:57 AM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



We have not looked into this for some time, because both folks who were 
involved with this part of the code went on to pursue their studies.

It is time that we look for new volunteers to cover this.



Samisa...

On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

It doesn’t appear that Guththila supports UTF-8 even though 
guththila_get_encoding is hardcoded to return “UTF-8”.  After googling for a 
bit, I am not clear on what the plans are for UTF-8 support.  Is it planned any 
time soon?  JIRA AXIS2C-1265 hasn’t been updated in a while.  I’d appreciate 
any info on this.

Thanks,

-David



https://issues.apache.org/jira/browse/AXIS2C-1265





--
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com<http://supunk.blogspot.com>



--
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"




--
http://wso2.org
http://llvm.org
http://www.minix3.org


Re: Guththila and UTF-8?

2009-05-01 Thread Rajika Kumarasiri
You can grant apache license permission by clicking the check box when
submitting the patch to JIRA.

-Rajika

On Fri, May 1, 2009 at 8:01 PM, David Taylor (Lowell) wrote:

>  That sounds reasonable.  Do you have an example of what I need to say to
> give apache license permission to the patch?
>
> Thanks,
>
> -David
>
>
>  --
>
> *From:* uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] *On
> Behalf Of *Uthaiyashankar
> *Sent:* Thursday, April 30, 2009 10:54 PM
>
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> Hi David,
>
> On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) 
> wrote:
>
> Supun,
>
>
>
> Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8
> code for element and attribute values, but depends on the system locale for
> element and attribute names (it still uses isspace and isalpha).  It would
> probably be better to use iswspace and iswalpha, though I am not sure
> whether they are as portable to all systems AXIS2/C supports.  What do you
> think about that?
>
>
>
> In any case, what should be the next step for my changes?  Would you like
> me to email a patch or attach it to the JIRA bug?  Do you prefer just
> regular diff -u patches?
>
>
> You have to attach the patch to JIRA bug. Regular diff -u patch is enough.
> When attaching the patch, you have to give apache licence permission to the
> patch.
>
> Regards,
> Shankar
>
>
>
>
>
> My changes also include new unit tests for the UTF-8 transcoder.  I
> integrated them with the other Guththila unit tests that were a bit crufty,
> so I got them working, too.  I’ll include that in the patch as well.
>
> Thanks,
>
> -David
>
>
>  --------------
>
> *From:* Supun Kamburugamuva [mailto:supu...@gmail.com]
> *Sent:* Monday, April 27, 2009 11:51 PM
>
>
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> Great! I'll be more than happy to help you with this.
>
>
>
> Supun..
>
> On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
> wrote:
>
> Thank you very much for the quick update.  Maybe I’ll offer to take that
> task….  Let me think about it.
>
> Thanks,
>
> -David
>
>
>  --
>
> *From:* Samisa Abeysinghe [mailto:sam...@wso2.com]
> *Sent:* Monday, April 27, 2009 11:57 AM
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> We have not looked into this for some time, because both folks who were
> involved with this part of the code went on to pursue their studies.
>
> It is time that we look for new volunteers to cover this.
>
>
>
> Samisa...
>
> On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
> wrote:
>
> It doesn’t appear that Guththila supports UTF-8 even though
> guththila_get_encoding is hardcoded to return “UTF-8”.  After googling for a
> bit, I am not clear on what the plans are for UTF-8 support.  Is it planned
> any time soon?  JIRA AXIS2C-1265 hasn’t been updated in a while.  I’d
> appreciate any info on this.
>
> Thanks,
>
> -David
>
>
>
> https://issues.apache.org/jira/browse/AXIS2C-1265
>
>
>
>
>
>
> --
> Software Engineer, WSO2 Inc
> http://wso2.org
> supunk.blogspot.com
>
>
>
>
> --
> S.Uthaiyashankar
> Software Architect
> WSO2 Inc.
> http://wso2.com/ - "The Open Source SOA Company"
>
>


-- 
http://wso2.org
http://llvm.org
http://www.minix3.org


RE: Guththila and UTF-8?

2009-05-01 Thread David Taylor (Lowell)
That sounds reasonable.  Do you have an example of what I need to say to give 
apache license permission to the patch?
Thanks,
-David


From: uthaiyashan...@gmail.com [mailto:uthaiyashan...@gmail.com] On Behalf Of 
Uthaiyashankar
Sent: Thursday, April 30, 2009 10:54 PM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?

Hi David,
On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Supun,



Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8 
code for element and attribute values, but depends on the system locale for 
element and attribute names (it still uses isspace and isalpha).  It would 
probably be better to use iswspace and iswalpha, though I am not sure whether 
they are as portable to all systems AXIS2/C supports.  What do you think about 
that?



In any case, what should be the next step for my changes?  Would you like me to 
email a patch or attach it to the JIRA bug?  Do you prefer just regular diff -u 
patches?

You have to attach the patch to JIRA bug. Regular diff -u patch is enough. When 
attaching the patch, you have to give apache licence permission to the patch.

Regards,
Shankar





My changes also include new unit tests for the UTF-8 transcoder.  I integrated 
them with the other Guththila unit tests that were a bit crufty, so I got them 
working, too.  I'll include that in the patch as well.

Thanks,

-David





From: Supun Kamburugamuva [mailto:supu...@gmail.com<mailto:supu...@gmail.com>]
Sent: Monday, April 27, 2009 11:51 PM

To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



Great! I'll be more than happy to help you with this.



Supun..

On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Thank you very much for the quick update.  Maybe I'll offer to take that 
task  Let me think about it.

Thanks,

-David





From: Samisa Abeysinghe [mailto:sam...@wso2.com<mailto:sam...@wso2.com>]
Sent: Monday, April 27, 2009 11:57 AM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



We have not looked into this for some time, because both folks who were 
involved with this part of the code went on to pursue their studies.

It is time that we look for new volunteers to cover this.



Samisa...

On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

It doesn't appear that Guththila supports UTF-8 even though 
guththila_get_encoding is hardcoded to return "UTF-8".  After googling for a 
bit, I am not clear on what the plans are for UTF-8 support.  Is it planned any 
time soon?  JIRA AXIS2C-1265 hasn't been updated in a while.  I'd appreciate 
any info on this.

Thanks,

-David



https://issues.apache.org/jira/browse/AXIS2C-1265





--
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com<http://supunk.blogspot.com>



--
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"



Re: Guththila and UTF-8?

2009-04-30 Thread Uthaiyashankar
Hi David,

On Thu, Apr 30, 2009 at 11:28 PM, David Taylor (Lowell) wrote:

>  Supun,
>
>
>
> Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8
> code for element and attribute values, but depends on the system locale for
> element and attribute names (it still uses isspace and isalpha).  It would
> probably be better to use iswspace and iswalpha, though I am not sure
> whether they are as portable to all systems AXIS2/C supports.  What do you
> think about that?
>
>
>
> In any case, what should be the next step for my changes?  Would you like
> me to email a patch or attach it to the JIRA bug?  Do you prefer just
> regular diff -u patches?
>

You have to attach the patch to JIRA bug. Regular diff -u patch is enough.
When attaching the patch, you have to give apache licence permission to the
patch.

Regards,
Shankar



>
>
> My changes also include new unit tests for the UTF-8 transcoder.  I
> integrated them with the other Guththila unit tests that were a bit crufty,
> so I got them working, too.  I’ll include that in the patch as well.
>
> Thanks,
>
> -David
>
>
>  --
>
> *From:* Supun Kamburugamuva [mailto:supu...@gmail.com]
> *Sent:* Monday, April 27, 2009 11:51 PM
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> Great! I'll be more than happy to help you with this.
>
>
>
> Supun..
>
> On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
> wrote:
>
> Thank you very much for the quick update.  Maybe I’ll offer to take that
> task….  Let me think about it.
>
> Thanks,
>
> -David
>
>
>  ------------------
>
> *From:* Samisa Abeysinghe [mailto:sam...@wso2.com]
> *Sent:* Monday, April 27, 2009 11:57 AM
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> We have not looked into this for some time, because both folks who were
> involved with this part of the code went on to pursue their studies.
>
> It is time that we look for new volunteers to cover this.
>
>
>
> Samisa...
>
> On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
> wrote:
>
> It doesn’t appear that Guththila supports UTF-8 even though
> guththila_get_encoding is hardcoded to return “UTF-8”.  After googling for a
> bit, I am not clear on what the plans are for UTF-8 support.  Is it planned
> any time soon?  JIRA AXIS2C-1265 hasn’t been updated in a while.  I’d
> appreciate any info on this.
>
> Thanks,
>
> -David
>
>
>
> https://issues.apache.org/jira/browse/AXIS2C-1265
>
>
>
>
>
>
> --
> Software Engineer, WSO2 Inc
> http://wso2.org
> supunk.blogspot.com
>
>


-- 
S.Uthaiyashankar
Software Architect
WSO2 Inc.
http://wso2.com/ - "The Open Source SOA Company"


RE: Guththila and UTF-8?

2009-04-30 Thread David Taylor (Lowell)
Supun,

Thanks for the offer to help.  I have a fix working, now.  It handles UTF-8 
code for element and attribute values, but depends on the system locale for 
element and attribute names (it still uses isspace and isalpha).  It would 
probably be better to use iswspace and iswalpha, though I am not sure whether 
they are as portable to all systems AXIS2/C supports.  What do you think about 
that?

In any case, what should be the next step for my changes?  Would you like me to 
email a patch or attach it to the JIRA bug?  Do you prefer just regular diff -u 
patches?

My changes also include new unit tests for the UTF-8 transcoder.  I integrated 
them with the other Guththila unit tests that were a bit crufty, so I got them 
working, too.  I'll include that in the patch as well.
Thanks,
-David


From: Supun Kamburugamuva [mailto:supu...@gmail.com]
Sent: Monday, April 27, 2009 11:51 PM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?

Great! I'll be more than happy to help you with this.

Supun..
On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

Thank you very much for the quick update.  Maybe I'll offer to take that 
task  Let me think about it.

Thanks,

-David





From: Samisa Abeysinghe [mailto:sam...@wso2.com<mailto:sam...@wso2.com>]
Sent: Monday, April 27, 2009 11:57 AM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?



We have not looked into this for some time, because both folks who were 
involved with this part of the code went on to pursue their studies.

It is time that we look for new volunteers to cover this.



Samisa...

On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

It doesn't appear that Guththila supports UTF-8 even though 
guththila_get_encoding is hardcoded to return "UTF-8".  After googling for a 
bit, I am not clear on what the plans are for UTF-8 support.  Is it planned any 
time soon?  JIRA AXIS2C-1265 hasn't been updated in a while.  I'd appreciate 
any info on this.

Thanks,

-David



https://issues.apache.org/jira/browse/AXIS2C-1265





--
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com<http://supunk.blogspot.com>



Re: Guththila and UTF-8?

2009-04-27 Thread Supun Kamburugamuva
Great! I'll be more than happy to help you with this.
Supun..

On Mon, Apr 27, 2009 at 8:59 PM, David Taylor (Lowell) wrote:

>  Thank you very much for the quick update.  Maybe I’ll offer to take that
> task….  Let me think about it.
>
> Thanks,
>
> -David
>
>
>  --
>
> *From:* Samisa Abeysinghe [mailto:sam...@wso2.com]
> *Sent:* Monday, April 27, 2009 11:57 AM
> *To:* Apache AXIS C User List
> *Subject:* Re: Guththila and UTF-8?
>
>
>
> We have not looked into this for some time, because both folks who were
> involved with this part of the code went on to pursue their studies.
>
> It is time that we look for new volunteers to cover this.
>
>
>
> Samisa...
>
> On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
> wrote:
>
> It doesn’t appear that Guththila supports UTF-8 even though
> guththila_get_encoding is hardcoded to return “UTF-8”.  After googling for a
> bit, I am not clear on what the plans are for UTF-8 support.  Is it planned
> any time soon?  JIRA AXIS2C-1265 hasn’t been updated in a while.  I’d
> appreciate any info on this.
>
> Thanks,
>
> -David
>
>
>
> https://issues.apache.org/jira/browse/AXIS2C-1265
>
>
>



-- 
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com


RE: Guththila and UTF-8?

2009-04-27 Thread David Taylor (Lowell)
Thank you very much for the quick update.  Maybe I'll offer to take that 
task  Let me think about it.
Thanks,
-David


From: Samisa Abeysinghe [mailto:sam...@wso2.com]
Sent: Monday, April 27, 2009 11:57 AM
To: Apache AXIS C User List
Subject: Re: Guththila and UTF-8?

We have not looked into this for some time, because both folks who were 
involved with this part of the code went on to pursue their studies.
It is time that we look for new volunteers to cover this.

Samisa...
On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) 
mailto:dktay...@f5.com>> wrote:

It doesn't appear that Guththila supports UTF-8 even though 
guththila_get_encoding is hardcoded to return "UTF-8".  After googling for a 
bit, I am not clear on what the plans are for UTF-8 support.  Is it planned any 
time soon?  JIRA AXIS2C-1265 hasn't been updated in a while.  I'd appreciate 
any info on this.

Thanks,

-David



https://issues.apache.org/jira/browse/AXIS2C-1265



Re: Guththila and UTF-8?

2009-04-27 Thread Samisa Abeysinghe
We have not looked into this for some time, because both folks who were
involved with this part of the code went on to pursue their studies. It is
time that we look for new volunteers to cover this.

Samisa...

On Mon, Apr 27, 2009 at 9:21 PM, David Taylor (Lowell) wrote:

>  It doesn’t appear that Guththila supports UTF-8 even though
> guththila_get_encoding is hardcoded to return “UTF-8”.  After googling for a
> bit, I am not clear on what the plans are for UTF-8 support.  Is it planned
> any time soon?  JIRA AXIS2C-1265 hasn’t been updated in a while.  I’d
> appreciate any info on this.
>
> Thanks,
>
> -David
>
>
>
> https://issues.apache.org/jira/browse/AXIS2C-1265
>