andrewoma / quokka

Automatically exported from code.google.com/p/quokka
0 stars 0 forks source link

Make all properties case sensitive, or support all locales/encodings #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The current quokka implementation ignores the case of properties. However,
this will probably be problematic for non-english locales where lower case
translations differ. 

The orginal reason for ignoring case (inconsistent attribute cases for ANT
tasks) turned out to be a non-issue as it always converts to lower case
using Locale.US.

Original issue reported on code.google.com by andrewoma@gmail.com on 16 Jan 2008 at 6:02

GoogleCodeExporter commented 8 years ago
Fixed prior to 0.1 release

Original comment by andrewoma@gmail.com on 30 Jan 2008 at 11:05