View | Details | Raw Unified | Return to bug 242363
Collapse All | Expand All

(-)fontforge-20061220/Unicode/ustring.c (+1 lines)
Lines 683-688 Link Here
683
683
684
    len = strlen(utf8buf);
684
    len = strlen(utf8buf);
685
    lbuf = galloc(len+1);
685
    lbuf = galloc(len+1);
686
    pt = lbuf;
686
    for ( upt=utf8buf; (ch=utf8_ildb(&upt))!='\0'; )
687
    for ( upt=utf8buf; (ch=utf8_ildb(&upt))!='\0'; )
687
	if ( ch>=0xff )
688
	if ( ch>=0xff )
688
	    *pt++ = '?';
689
	    *pt++ = '?';

Return to bug 242363