Re: [rust-dev] Where did unicode go?

2013-07-13 Thread Fredrik Håård
Hm, ok. What is the reason it's not public anymore, and is there another way to access the same functionality? > > 2013/7/13 Kevin Ballard : > > It's still there, but it is no longer public. I'm surprised you didn't > > get an error sooner than link time. > > > > On Tue, Jul 9, 2013 at 3:45 AM, Cor

Re: [rust-dev] Where did unicode go?

2013-07-12 Thread Kevin Ballard
It's still there, but it is no longer public. I'm surprised you didn't get an error sooner than link time. On Tue, Jul 9, 2013 at 3:45 AM, Corey Richardson wrote: > On Tue, Jul 9, 2013 at 5:21 AM, Fredrik Håård wrote: >> I'm trying to migrate to 0.7, and failing - I was using >> unicode::general

Re: [rust-dev] Where did unicode go?

2013-07-09 Thread Corey Richardson
On Tue, Jul 9, 2013 at 5:21 AM, Fredrik Håård wrote: > I'm trying to migrate to 0.7, and failing - I was using > unicode::general_category::Cc, but since updating I cannot seem to > find it in the docs (may very well be user error), and linking fails. > > Any hint's on what I should do instead? >

[rust-dev] Where did unicode go?

2013-07-09 Thread Fredrik Håård
I'm trying to migrate to 0.7, and failing - I was using unicode::general_category::Cc, but since updating I cannot seem to find it in the docs (may very well be user error), and linking fails. Any hint's on what I should do instead? The offending code is if unicode::general_category::Cc(astr.cha