Question: is this sutits for Project Coin?
Florian Weimer
fw at deneb.enyo.de
Mon Mar 16 09:31:46 PDT 2009
* Алексей Кузнецов:
> Question: is this sutits for Project Coin?
>
> 1) Add caseSensitive flag for all sutable methods from java.lang.String
> indexOf(String s, boolean caseSensitive)
> startsWith(String prefix, boolean caseSensitive)
> ... and so on...
Case sensitivity is locale-dependent (the canonical example is
Turkish, where 'i' and 'I' are distinct even when case is ignored),
and this API proposal doesn't reflect that.
More information about the coin-dev
mailing list