[ANN] namecase 1.1.0 Released

  • Thread starter Aaron Patterson
  • Start date
A

Aaron Patterson

namecase version 1.1.0 has been released!

* <http://namecase.rubyforge.org/>

NameCase is a Ruby implementation of Lingua::EN::NameCase, a library for
converting strings to be properly cased. This is good for converting
denormalized data to human friendly data.

* Example Usage

NameCase("RON BURGUNDY") # => Ron Burgundy
NameCase("MCDONALDS") # => McDonalds

* Acknowledgements

This library is a port of the Perl library, and owes most of its functionality
to the Perl version by Mark Summerfield. Any bugs in the Ruby port are my
fault.

* Author

Original Version:
Copyright (c) Mark Summerfield 1998-2002.
<[email protected]>
All Rights Reserved

Ruby Version:
Copyright (c) Aaron Patterson 2006

* License

NameCase is distributed under the GPL license. Please see the LICENSE file.

Changes:


* <http://namecase.rubyforge.org/>
 
J

James Moore

namecase version 1.1.0 has been released!

* <http://namecase.rubyforge.org/>

NameCase is a Ruby implementation of Lingua::EN::NameCase, a library for
converting strings to be properly cased. This is good for converting
denormalized data to human friendly data.

Be aware that this is something you'll need to internationalize -
rules for casing are language-and-culture specific. Seamus =D3 hAirt,
for example, not Seamus =D3 Hairt.

--=20
James Moore | (e-mail address removed)
Ruby and Ruby on Rails consulting
blog.restphone.com
 
A

Aaron Patterson

Be aware that this is something you'll need to internationalize -
rules for casing are language-and-culture specific. Seamus Ó hAirt,
for example, not Seamus Ó Hairt.

I gladly accept patches. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,280
Latest member
BGBBrock56

Latest Threads

Top