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. > Also, comments about what the members of the enum stand for would be > helpful I think. (WS= white space, QVAL=seen a quote, UQVAL=seen an > unquoted val ?) Sure, makes sense. Thanks, Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
