]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #40499 - ericfindlay:master, r=steveklabnik
authorCorey Farwell <coreyf@rwell.org>
Fri, 17 Mar 2017 12:49:00 +0000 (08:49 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Mar 2017 12:49:00 +0000 (08:49 -0400)
Corrected very minor documentation detail about Unicode and Japanese

Japanese half-width and full-width romaji characters do have upper and lowercase according Unicode (but other Japanese characters do not). For example,
` assert_eq!('\u{FF21}'.to_lowercase().collect::<String>(),"\u{FF41}");`

r? @steveklabnik

1  2 
src/libstd_unicode/char.rs

Simple merge