j
k
j a
j l
Andrew O. Shadoura wrote:
break; } if (flags & MB_USEGLYPHCHARS) { for (i=0; i!=dstlen; i++) if (dst[i]<0x20) dst[i]=glyph_xlat[dst[i]]; }
break; }
for (i=0; i!=dstlen; i++)
if (dst[i]<0x20) dst[i]=glyph_xlat[dst[i]];
I think you need to take into account the codepage when doing this translation.
Back to the thread
Back to the list