Skip to content

TRUEANGLE

BEAUTY AND PLAY

  • DOLLECT
  • Others
  • Configuration
  • AI
  • BLOG
  • ABOUT
    • ABOUT
    • Perception Style

Tag Archives: wide character

wcwidth programming

wcwidth – determine columns needed for a wide character #define _XOPEN_SOURCE #include <wchar.h> #include<stdio.h> main() { int value; wchar_t cr; cr=’H’; value=wcwidth(cr); printf(“\n %d \n”,value); } http://gcc.gnu.org/ml/gcc-bugs/2000-10/msg00540.html

Posted byjeffrinApril 12, 2010Posted inoperating systemTags: linux, wcwidth, wide character
May 2026
M T W T F S S
 123
45678910
11121314151617
18192021222324
25262728293031
« Apr    
TRUEANGLE, Proudly powered by WordPress.