rust/src/libstd_unicode
Corey Farwell e389f6a67e Rollup merge of #40499 - ericfindlay:master, r=steveklabnik
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
2017-03-17 08:49:00 -04:00
..
Cargo.toml
char.rs Rollup merge of #40499 - ericfindlay:master, r=steveklabnik 2017-03-17 08:49:00 -04:00
lib.rs Remove std_unicode::str::is_utf16 2017-03-02 17:45:50 +01:00
tables.rs Reduce the size of static data in std_unicode::tables. 2017-01-03 08:28:58 +01:00
u_str.rs Remove std_unicode::str::is_utf16 2017-03-02 17:45:50 +01:00