> On 12 Jun 2016, at 18:18, David Kastrup <[email protected]> wrote: > > Hans Åberg <[email protected]> writes: > >>>>> Finding the ideal number of pages...Fontconfig warning: ignoring >>>>> UTF-8: not a valid region tag
>> The solution: the UTF-8 locale has not been set as it wishes [1]. OS X >> 10.11.6 has no leading language “en”, only >> LC_CTYPE=UTF-8 >> >> It suffices with any single one of: >> export LC_CTYPE=en.UTF-8 >> export LC_CTYPE=en_US.UTF-8 >> export LC_ALL=en_US.UTF-8 >> >> 1. https://github.com/ariya/phantomjs/issues/13433 > > In my experience, just calling "perl" is a reasonably reliable way to > get complaints about unsupported locale settings. Apparently it tries > calling setlocale and does extensive error reporting when that fails. Whatever causing the issue expects dot “.” and at least two letters before that. So export LC_CTYPE=ab.UTF-8 is OK, but not export LC_CTYPE=a.UTF-8 _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
