Re: UTF-8 display problems
Johannes Weißl <[email protected]>
| Newsgroups | gmane.network.tin.user |
|---|---|
| Message-ID | <20040518151334.GA6948@kronos> |
Hello, On 2004-05-18 10:11:26, Thomas Dickey wrote: > hmm - what flavor of Linux are you using? I'm using no distribution (Linux From Scratch). > The header files can be merged. That is, the ncursesw version of curses.h > includes all of the definitions in ncurses' curses.h . There are several > possibilities for the header-files, depending on what the packager wants > to do. I installed ncurses-5.4 with ./configure --prefix=/usr --with-shared --without-debug make make install [ new clean source directory ] ./configure --prefix=/usr --with-shared --without-debug --enable-widec make make install These header files were installed: -rw-r--r-- 1 root root 6314 /usr/include/cursesapp.h -rw-r--r-- 1 root root 24742 /usr/include/cursesf.h -rw-r--r-- 1 root root 70907 /usr/include/curses.h -rw-r--r-- 1 root root 17877 /usr/include/cursesm.h -rw-r--r-- 1 root root 7906 /usr/include/cursesp.h -rw-r--r-- 1 root root 44138 /usr/include/cursesw.h -rw-r--r-- 1 root root 6658 /usr/include/cursslk.h -rw-r--r-- 1 root root 2891 /usr/include/eti.h -rw-r--r-- 1 root root 7531 /usr/include/etip.h -rw-r--r-- 1 root root 17178 /usr/include/form.h -rw-r--r-- 1 root root 11865 /usr/include/menu.h -rw-r--r-- 1 root root 1559 /usr/include/ncurses_dll.h lrwxr-xr-x 1 root root 8 /usr/include/ncurses.h -> curses.h -rw-r--r-- 1 root root 3713 /usr/include/panel.h -rw-r--r-- 1 root root 3476 /usr/include/termcap.h -rw-r--r-- 1 root root 37856 /usr/include/term.h -rw-r--r-- 1 root root 3005 /usr/include/unctrl.h -- cu, Johannes Weißl