Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Helpfiles again (was Re: modify functions hierarchy (was: etc.))



On 2013-11-25 at 08:56 -0800, Bart Schaefer wrote:
> Output of "file **/*(.) | egrep 'UTF|ISO' :
[...]
> Test/D07multibyte.ztst:                          UTF-8 Unicode English text

That seems reasonable. ;)

> Test/V07pcre.ztst:                               UTF-8 Unicode English text

This one was me, and is again reasonable: it's the PCRE multibyte tests
and the %prep step looks for a UTF-8 locale to run the tests under,
bailing appropriately if none could be found.

There's a chained dependency here on multibyte working at all, since if
é doesn't glob match against ? then the PCRE tests will never be run.
At least the PCRE tests don't depend upon PCRE matches before they'll
consider themselves candidates to run.  ;)

-Phil



Messages sorted by: Reverse Date, Date, Thread, Author