在 2021/5/12 下午11:59, Esme Povirk (they/them) 写道:
I'm surprised that iswprint returns false for ←, maybe it's not the right way to check for nonprintable characters?
Hi,
I don't think it should be checked. On windows 7, when the GdipDrawString() function encounters
a "special character" that cannot be displayed, it will be a blank and will not skip it. On wine, if this
happens, if you don't skip it, at worst it will show a default character.
Thanks