develop

[gtk] 한글 표시 하기

shellbt 2007. 11. 19. 13:50
gchar *buf;
GError *error;

buf = g_convert("표시", 4,"UTF-8", "euc-kr", NULL,NULL,&error);