Re: UTF-8 display problems
Johannes Weißl <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <20040518135525.GB623@kronos> |
Hello, On 2004-05-18 11:54:36, Urs Janßen wrote: > anyway, I can't reproduce your problem: > > ~ > xterm -v > XFree86 4.2.0(165) > ~ > locale > LANG=de_DE.utf8 > LC_CTYPE=de_DE.utf8 > [...] > linked against ncursesw5.4, debian linux-2.4.26 Ok, I found out why it did not work (config.log): configure:5843: checking for ncursesw header in include-path configure:5883: gcc -c -O2 -D_GNU_SOURCE conftest.c 1>&5 configure:5861:29: ncursesw/curses.h: No such file or directory configure: In function `main': configure:5875: error: `make' undeclared (first use in this function) configure:5875: error: (Each undeclared identifier is reported only once configure:5875: error: for each function it appears in.) configure:5875: error: parse error before "an" configure: failed program was: [...] If I copy the /usr/include/ncursesw directory from debian, UTF-8 works correctly ... But my /usr/include/[n]curses.h includes wide-character functions, shouldn't tin recognize that? Is /usr/include/ncursesw/ mandatory, and if so, why wasn't it installed by ncurses-5.4? -- sorry for my bad English, Johannes Weißl