On Tue 30 Sep 2008 at 04:34PM, Danek Duvall wrote:
> On Tue, Sep 30, 2008 at 04:28:41PM -0700, Brock Pytlik wrote:
> 
> > I had a question about _actions.c, lines 107 and 111. Will that method of 
> > moving through a string work if it's a unicode string instead of a ascii 
> > string? (And is that even a concern? I thought we wanted unicode support at 
> > least for descriptions, but maybe that won't apply here.) It's probably 
> > just a red herring, but I thought I'd at least raise the question.
> 
> It's a good question, and the answer is no, it won't work for multibyte
> strings.  I'm actually not sure what our current support is for that, but I
> wouldn't be surprised if we weren't doing it correctly now, either.

Seems like it'd be good to get that nailed down.  It would be "bad" to
add in i18n support later and suffer a big speed hit.

        -dp

-- 
Daniel Price - Solaris Kernel Engineering - [EMAIL PROTECTED] - blogs.sun.com/dp
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to