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
"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.
"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
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
"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.
"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
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
"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
"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
В сообщении от 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
"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
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
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?
В сообщении от 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
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
15 matches
Mail list logo