Tomohiro KUBOTA writes: > The kernel need wcwidth for console-displaying driver. No, console and ttys are quite different subsystems of the kernel. The console is optional; you can build a kernel with only a serial "console". Moreover, CJK or UTF-8 display needs large fonts and therefore doesn't belong in the kernel. It's better done in a user mode program that relies on the framebuffer. Only the fallback ASCII console belongs in the kernel - and it doesn't need wcwidth. Bruno - Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/lists/
- Re: backspace and doublewidth character... Robert Brady
- Re: backspace and doublewidth char... Bruno Haible
- Re: what backspace means Bruno Haible
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Bruno Haible
- Re: kernel tty patches Markus Kuhn
- Re: kernel tty patches Roozbeh Pournader
- Re: kernel tty patches Tomohiro KUBOTA
- Re: kernel tty patches Tomohiro KUBOTA
- Re: kernel tty patches Bruno Haible
- Re: kernel tty patches Markus Kuhn
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Bruno Haible
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Ienup Sung
- Re: backspace, erase modes Bruno Haible
- backspace policy (Re: kernel tty patches) Tomohiro KUBOTA
- Re: backspace policy (Re: kernel tty patches) Markus Kuhn
- Re: backspace policy (Re: kernel tty patche... Tomohiro KUBOTA