Skip to content

Commit

Permalink
Fix a typo in the README file for ICU. No code changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
D. Richard Hipp committed Mar 27, 2018
1 parent e6e0216 commit 03d6279
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/icu/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ SQLite. Documentation follows.
To utilise "general" case mapping, the upper() or lower() scalar
functions are invoked with one argument:

upper('ABC') -> 'abc'
lower('abc') -> 'ABC'
upper('abc') -> 'ABC'
lower('ABC') -> 'abc'

To access ICU "language specific" case mapping, upper() or lower()
should be invoked with two arguments. The second argument is the name
Expand Down

0 comments on commit 03d6279

Please sign in to comment.