tjr 2004/05/23 06:20:09 PDT
FreeBSD src repository
Modified files:
lib/libc/locale wcwidth.c
Log:
Grab all the information we need about a character with one call to
__maskrune() instead of one direct call and one through iswprint().
Revision Changes Path
1.6 +5 -7 src/lib/libc/locale/wcwidth.c