Question: is this sutits for Project Coin? (original) (raw)
Florian Weimer fw at deneb.enyo.de
Mon Mar 16 09:31:46 PDT 2009
- Previous message: Question: is this sutits for Project Coin?
- Next message: Proposal: Enhanced String constructs for Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
- Алексей Кузнецов:
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.
- Previous message: Question: is this sutits for Project Coin?
- Next message: Proposal: Enhanced String constructs for Java
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]