Hi,
 
I've opened pull request #1382 to add is_lower/uppercase() to "char".
 
I wonder if and how we will be implementing to_lower/uppercase()
1) without including libicu in libcore
2) without replicating libicu functionality
 
Can you point me to a specification of libcore's aim and scope?
I don't yet see why we need to have the modules "char" and "str" in there at
all. 
 
I start to think we should have only one correct and complete char/str
implementation and that would be ontop of libicu in libstd.
 
Bye,
Lenny
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to