On Sun, 8 Dec 2013 21:53:51 +0000, Simon Slavin <slav...@bigfraud.org> wrote:
> 
> If you're not already using it, please take a look at the International
> Components for Unicode:
> 
> <http://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt>
> 
> It's a compilation option.
> 
> Simon.

That README file seems to have bad example in Section 1.1, where the 1-parameter
usage examples seem inverted WRT the 2-parameter example, as follows:

        upper('ABC') -> 'abc'
        lower('abc') -> 'ABC'
versus:
        lower('I', 'en_us') -> 'i'

Len Chisholm.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to