ICU D Wrapper

2014-12-12 Thread Jake via Digitalmars-d
I'm not sure if anyone has noticed, but the D wrapper for C's ICU library is far from working it seems. mango.icu is its technical name. I've read articles on the forum about how excited people were to get ICU usable in D, but whoever made mango.icu hasn't made any updates on it or even documen

Re: ICU D Wrapper

2014-12-12 Thread Trent Forkert via Digitalmars-d
On Friday, 12 December 2014 at 16:51:43 UTC, Jake wrote: I'm not sure if anyone has noticed, but the D wrapper for C's ICU library is far from working it seems. mango.icu is its technical name. I've read articles on the forum about how excited people were to get ICU usable in D, but whoever mad

Re: ICU D Wrapper

2014-12-12 Thread Dmitry Olshansky via Digitalmars-d
12-Dec-2014 19:51, Jake пишет: I'm not sure if anyone has noticed, but the D wrapper for C's ICU library is far from working it seems. mango.icu is its technical name. I've read articles on the forum about how excited people were to get ICU usable in D, but whoever made mango.icu hasn't made any

Re: ICU D Wrapper

2014-12-12 Thread Jacob Carlborg via Digitalmars-d
On 2014-12-12 17:51, Jake wrote: I'm not sure if anyone has noticed, but the D wrapper for C's ICU library is far from working it seems. mango.icu is its technical name. That library is very old, for the days of D1, and not maintained anymore. There's also this version, that might be more up t

Re: ICU D Wrapper

2014-12-13 Thread Sean Kelly via Digitalmars-d
On Friday, 12 December 2014 at 17:57:41 UTC, Trent Forkert wrote: I've looked into writing a binding for ICU recently, but ultimately decided to abandon that idea in favor of writing a replacement for it in D. Wow... really? You're actually going to write transcoders for all available enco

Re: ICU D Wrapper

2014-12-13 Thread Trent Forkert via Digitalmars-d
On Saturday, 13 December 2014 at 15:44:59 UTC, Sean Kelly wrote: On Friday, 12 December 2014 at 17:57:41 UTC, Trent Forkert wrote: I've looked into writing a binding for ICU recently, but ultimately decided to abandon that idea in favor of writing a replacement for it in D. Wow... really?