rust/src/librustc_unicode
Simon Sapin 32b7b50baf Remove char::to_titlecase. Fix #26555
I added it because it was easy (same a `char::to_lowercase`,
just a different table), but it doesn’t make sense to have this
in std but not str::to_titlecase, which would require
https://github.com/unicode-rs/unicode-segmentation

At some point in the future this feature will be available
(both on char and str) in a crates.io crate.
2015-06-24 22:16:25 -07:00
..
char.rs Remove char::to_titlecase. Fix #26555 2015-06-24 22:16:25 -07:00
lib.rs Fallout in tests and docs from feature renamings 2015-06-17 09:07:16 -07:00
normalize.rs deprecate Unicode functions that will be moved to crates.io 2015-04-16 17:03:05 -04:00
tables.rs Remove char::to_titlecase. Fix #26555 2015-06-24 22:16:25 -07:00
u_str.rs Replaces instanced of 'an UTF' with 'a UTF' 2015-04-30 21:38:01 -04:00