Re: [PATCH 4/19] Kconfig I18N: lxdialog: multibyte character support

From: Roman Zippel
Date: Wed Jul 13 2005 - 19:19:00 EST


Hi,

On Wed, 13 Jul 2005, Egry Gábor wrote:

> UTF-8 support for lxdialog with wchar. The installed wide ncurses
> (ncursesw) is optional because some languages (ex. English, Italian)
> and ISO 8859-xx charsets don't require this patch.

This is ugly, this just adds lots of #ifdefs with practically duplicated
code. Please use some wrapper functions/macros.

bye, Roman