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
..
2015-06-01 20:50:35 +03:00
2015-05-24 05:22:00 -07:00
2015-05-26 12:11:46 -07:00
2015-05-24 05:42:10 -07:00