Re: [lang] StringUtils misspelled method names?

2003-08-14 Thread Simon Kitching
As a user of, rather than contributor to, lang, I agree with Stephen. While also a Queen's English user, the convention for programming libraries is clearly established as US English. All the java standard libraries use this convention, so it seems inconsistent to use other spelling elsewhere. I

RE: StringUtils misspelled method names?

2003-08-14 Thread Hope, Matthew
To: 'Jakarta Commons Developers List' Subject: StringUtils misspelled method names? Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2) capitaliseAllWords 3) uncapitalise 4) uncapitaliseAllWords They should be: capitalize

RE: [lang] StringUtils misspelled method names?

2003-08-14 Thread Henri Yandell
Subject: Re: [lang] StringUtils misspelled method names? As a user of, rather than contributor to, lang, I agree with Stephen. While also a Queen's English user, the convention for programming libraries is clearly established as US English. All the java standard libraries

RE: StringUtils misspelled method names?

2003-08-14 Thread David Graham
. FWIW, the JavaBeans Introspector.decapitalize() uses the American version. David Gary -Original Message- From: Jon Wingfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:16 To: Jakarta Commons Developers List Subject: Re: StringUtils misspelled method names

RE: [lang] StringUtils misspelled method names?

2003-08-14 Thread Brett Porter
Commons Developers List Subject: Re: [lang] StringUtils misspelled method names? As a user of, rather than contributor to, lang, I agree with Stephen. While also a Queen's English user, the convention for programming libraries is clearly established as US English. All the java standard

RE: [lang] StringUtils misspelled method names?

2003-08-14 Thread Gary Gregory
-Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 August 2003 9:30 AM To: Jakarta Commons Developers List Subject: Re: [lang] StringUtils misspelled method names? As a user of, rather than contributor to, lang, I agree with Stephen

RE: [lang] StringUtils misspelled method names?

2003-08-14 Thread Henri Yandell
Developers List Subject: RE: [lang] StringUtils misspelled method names? The difficulty comes in what you define the project as. If it's Lang, then we generally don't care. If it's Jakarta, then I suspect there's a strong enough pro-US vote. As none of the non-US-english writing people so

Re: StringUtils misspelled method names?

2003-08-14 Thread Phil Steitz
August 2003 18:57 To: 'Jakarta Commons Developers List' Subject: StringUtils misspelled method names? Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2) capitaliseAllWords 3) uncapitalise 4) uncapitaliseAllWords They should

StringUtils misspelled method names?

2003-08-14 Thread Gary Gregory
Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2) capitaliseAllWords 3) uncapitalise 4) uncapitaliseAllWords They should be: capitalize capitalizeAllWords uncapitalize uncapitalizeAllWords Which is *capitalize* with a 'z' not an 's'. Should we fix the

Re: StringUtils misspelled method names?

2003-08-14 Thread David Graham
I think the 's' versions are British. David --- Gary Gregory [EMAIL PROTECTED] wrote: Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2) capitaliseAllWords 3) uncapitalise 4) uncapitaliseAllWords They should be: capitalize capitalizeAllWords

Re: StringUtils misspelled method names?

2003-08-14 Thread Sean W. Ferguson
: 13 August 2003 18:57 To: 'Jakarta Commons Developers List' Subject: StringUtils misspelled method names? Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2) capitaliseAllWords 3) uncapitalise 4) uncapitaliseAllWords They should be: capitalize capitalizeAllWords

Re: [lang] StringUtils misspelled method names?

2003-08-14 Thread Henri Yandell
- Original Message - From: Henri Yandell [EMAIL PROTECTED] To: Jakarta Commons Developers List [EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:08 AM Subject: RE: [lang] StringUtils misspelled method names? Change commited. I'm not sure how much javadoc we do for deprecated

Re: [lang] StringUtils misspelled method names?

2003-08-14 Thread Stephen Colebourne
, August 14, 2003 1:08 AM Subject: RE: [lang] StringUtils misspelled method names? Change commited. I'm not sure how much javadoc we do for deprecated methods. I can happily c+p some javadoc but have done the normal simple deprecated/link line rather than repeat the javadoc all over again. I've

RE: StringUtils misspelled method names?

2003-08-14 Thread Gary Gregory
To: Jakarta Commons Developers List Subject: Re: StringUtils misspelled method names? FYI //1 definitions retrieved //capitalise wn WordNet (r) 1.7 capitalise v 1: supply with capital, as of a business by using a combination of capital used by investors and debt capital

Re: StringUtils misspelled method names?

2003-08-14 Thread Henri Yandell
) Matt -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 18:57 To: 'Jakarta Commons Developers List' Subject: StringUtils misspelled method names? Unless I am not seing straight, the following are not spelled properly: 1) capitalise 2

RE: StringUtils misspelled method names?

2003-08-14 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 2:10 PM To: Jakarta Commons Developers List Subject: RE: StringUtils misspelled method names? It's up to the people concerned. When I first pushed that code in, I offered to standardise