Re: configure: add ncursesw detecting [try 2]

2007-01-13 Thread Anatoly Lyutin
Dmitry Timoshkov wrote: "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: > Most likely the real fixes in your patch are changing CP_ACP to CP_UNIXCP > and getting rid of hardcoded vkkeyscan_table. Do you have an evidence that > ncurses is so much broken that it really can't handle UTF-8? Does it w

Re: configure: add ncursesw detecting [try 2]

2007-01-12 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote With This patch you will be able to see cyrillic symbols in wineconsole. Please send it to wine-patches. And obviously once your patch is committed both places it fixes will need another fix to support multibyte encodings. -- Dmitry.

Re: configure: add ncursesw detecting [try 2]

2007-01-09 Thread Dmitry Timoshkov
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: > Most likely the real fixes in your patch are changing CP_ACP to CP_UNIXCP > and getting rid of hardcoded vkkeyscan_table. Do you have an evidence that > ncurses is so much broken that it really can't handle UTF-8? Does it work > if you change the loc

Re: configure: add ncursesw detecting [try 2]

2007-01-09 Thread Vitaly Lipatov
On Tuesday 09 January 2007 12:14, Dmitry Timoshkov wrote: > "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: > > As I see we need use libncursesw as the main curses library, > > and have old curses support for compatibility with some old > > systems. > > Forgot to ask, what application are you trying to

Re: configure: add ncursesw detecting [try 2]

2007-01-09 Thread Dmitry Timoshkov
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: As I see we need use libncursesw as the main curses library, and have old curses support for compatibility with some old systems. Forgot to ask, what application are you trying to fix? Is it freely downloadable? -- Dmitry.

Re: configure: add ncursesw detecting [try 2]

2007-01-09 Thread Dmitry Timoshkov
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: We try to rewrote code in universal manner, but old curses code in wineconsole had many hacks and we are changed some parts anywhere. I need to accept this patch for detecting ncursesw. Then we can send next patches for unicoding. Your patch introd

Re: configure: add ncursesw detecting [try 2]

2007-01-09 Thread Vitaly Lipatov
On Tuesday 09 January 2007 10:18, Dmitry Timoshkov wrote: ... > So, you are right Vitaly, "normal" ncurses library doesn't > support UTF-8, they have invented libncursesw instead of > adding a proper UTF-8 support. But looks like all they > redefine all existing APIs to 'w' versions. so you don't n

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Dmitry Timoshkov
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote: "Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: Dmitry, as I already post in this thread, we have test program which does not print correctly ever in UTF-8 locale. Usual ncurses works in 8-bit locales like koi8-r correctly, but we can't output in utf8

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Dmitry Timoshkov
"Vitaly Lipatov" <[EMAIL PROTECTED]> wrote: Dmitry, as I already post in this thread, we have test program which does not print correctly ever in UTF-8 locale. Usual ncurses works in 8-bit locales like koi8-r correctly, but we can't output in utf8 locale. According to http://www.gnu.org/softw

Re: configure: add ncursesw detecting [try 2]

2007-01-08 Thread Vitaly Lipatov
В сообщении от 5 января 2007 05:33 Dmitry Timoshkov написал(a): > "Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: > > This patch fixs wineconsole for non latin symbols. If we have ncursesw > > we use unicode functions to console output. > > Most likely the real fixes in your patch are changing CP_ACP t

Re: configure: add ncursesw detecting [try 2]

2007-01-04 Thread Dmitry Timoshkov
"Anatoly Lyutin" <[EMAIL PROTECTED]> wrote: This patch fixs wineconsole for non latin symbols. If we have ncursesw we use unicode functions to console output. Most likely the real fixes in your patch are changing CP_ACP to CP_UNIXCP and getting rid of hardcoded vkkeyscan_table. Do you have an

Re: configure: add ncursesw detecting [try 2]

2007-01-04 Thread Anatoly Lyutin
Alexandre Julliard wrote: Vitaly Lipatov <[EMAIL PROTECTED]> writes: We can't get correct non latin output in utfed console with normal ncurses. As far as I know there is some problems in normal ncurses with utf8 (multbyte symbols)... Only ncursesw supports utf8 output correctly (and wide c

Re: configure: add ncursesw detecting [try 2]

2006-12-15 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > We can't get correct non latin output in utfed console with normal ncurses. > As > far as I know there is some problems in normal ncurses with utf8 (multbyte > symbols)... Only ncursesw supports utf8 output correctly (and wide char)... I > am wrong?

Re: configure: add ncursesw detecting [try 2]

2006-12-15 Thread Vitaly Lipatov
В сообщении от 15 декабря 2006 13:39 Alexandre Julliard написал(a): > Vitaly Lipatov <[EMAIL PROTECTED]> writes: > > Try 2, with ncursesw/ncurses detecting > > In order to build wineconsole run properly in utf8 locale, we use > > ncursesw, which can handle wchar strings. > > Why would you need wcha

Re: configure: add ncursesw detecting [try 2]

2006-12-15 Thread Alexandre Julliard
Vitaly Lipatov <[EMAIL PROTECTED]> writes: > Try 2, with ncursesw/ncurses detecting > In order to build wineconsole run properly in utf8 locale, we use ncursesw, > which can handle wchar strings. Why would you need wchar strings if you use utf-8? Have you configured your locale properly? -- A