- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
unicode question (was Re: Seeking Elegance)
Tue, 2012-01-24, 20:54
On Tue, Jan 24, 2012 at 11:48 AM, Erik Osheim wrote:
> On Tue, Jan 24, 2012 at 02:46:03PM -0500, Doug Tangren wrote:
>> "bIpPy".toLowerCase.capitalize
> Oooh, didn't know about capitalize! Thanks :)
does anybody really expect unicode to always be capitalized right?
http://unicode.org/Public/UNIDATA/SpecialCasing.txt
just curious.
Tue, 2012-01-24, 21:11
#2
Re: unicode question (was Re: Seeking Elegance)
On Tue, Jan 24, 2012 at 3:01 PM, Raoul Duke <raould@gmail.com> wrote:
On Tue, Jan 24, 2012 at 11:58 AM, Doug Tangren <d.tangren@gmail.com> wrote:
>> does anybody really expect unicode to always be capitalized right?
> See the source link for StringLike.scala
isn't that just deferring to java?
Ha, don't `blame` me :) https://github.com/scala/scala/blame/master/src/library/scala/collection/immutable/StringLike.scala
Tue, 2012-01-24, 21:31
#3
Re: unicode question (was Re: Seeking Elegance)
On Tue, Jan 24, 2012 at 11:58 AM, Doug Tangren wrote:
>> does anybody really expect unicode to always be capitalized right?
> See the source link for StringLike.scala
isn't that just deferring to java?
On Tue, Jan 24, 2012 at 2:53 PM, Raoul Duke <raould@gmail.com> wrote:
See the source link for StringLike.scala
http://www.scala-lang.org/api/current/index.html#scala.collection.immutable.StringLike