[tex-k] kpathsea: Illegal fontname `cmr12+50'

Karl Berry karl at freefriends.org
Mon Feb 9 07:20:47 CET 2004


         for (i = 0; base[i]; i++) {
           if (!ISALNUM(base[i])
    +          && base[i] != '+'
               && base[i] != '-'
               && base[i] != '_'
               && base[i] != '.'

This code postdates me, but why bother checking only for specific
"allowed" characters at all?  We should accept anything at the kpathsea
level (TeX is another problem).

Oh well, whatever works.


More information about the tex-k mailing list