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

Karl Berry karl at freefriends.org
Thu Nov 20 00:36:39 CET 2003


         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