Merge UnicodeChar and CharExt.

This "reexports" all the functionality of `core::char::CharExt` as
methods on `unicode::u_char::UnicodeChar` (renamed to `CharExt`).

Imports may need to be updated (one now just imports
`unicode::CharExt`, or `std::char::CharExt` rather than two traits from
either), so this is a

[breaking-change]
This commit is contained in:
Huon Wilson 2014-12-30 13:58:31 +11:00
parent 19120209d8
commit 0302d37977
9 changed files with 116 additions and 19 deletions

View file

@ -248,7 +248,6 @@ use str;
use string::String;
use uint;
use unicode;
use unicode::char::UnicodeChar;
use vec::Vec;
// Reexports