# HG changeset patch # User arpi_esp # Date 985653489 0 # Node ID bc5c75b7a4010f252aaa69f3a8be2c32357f2372 # Parent fbfc2077ba72c96a1b1398463331c97511ee6a73 hex charcode support diff -r fbfc2077ba72 -r bc5c75b7a401 libvo/font_load.c --- a/libvo/font_load.c Tue Mar 27 00:32:24 2001 +0000 +++ b/libvo/font_load.c Tue Mar 27 00:38:09 2001 +0000 @@ -170,10 +170,11 @@ } else if(strcmp(section,"[characters]")==0){ - if(pdb==3 && strlen(p[0])==1){ + if(pdb==3){ int chr=p[0][0]; int start=atoi(p[1]); int end=atoi(p[2]); + if(strlen(p[0])!=1) chr=strtol(p[0],NULL,0); if(end