Re: Bug printing string where the 128th char is multibyte

2010-01-07 Thread Eduardo D'Avila
> Perhaps there's a BLODA issue? Though I didn't see anything in cygcheck.out. I have Google Desktop on one of the machine where the bad behavior happens, but the other machine has none of the softwares in the BLODA list. > Are the characters are not printing at all, or are they perhaps being > o

Re: Bug printing string where the 128th char is multibyte

2010-01-05 Thread Eduardo D'Avila
> What terminal are you using, what is your encoding set to, etc? I'm not sure what you mean here. I run the terminal by clicking on the Start menu shortcut "Cygwin Bash Shell" that was created by setup.exe. There is an environment variable "TERM" with "cygwin" as value. > I've tried creating the

Re: Bug printing string where the 128th char is multibyte

2010-01-04 Thread Eduardo D'Avila
The script I use displays string from an IMAP server. The best solution would be splitting every string in pieces of at most 127 chars. This is a workaround, but the bug is still there and can show up on other applications. I confirmed the bug on two different versions of Windows XP (Home and Prof

Re: Bug printing string where the 128th char is multibyte

2010-01-04 Thread Eduardo D'Avila
;%s", str); return 0; } erdav...@antares ~/perl/feedbacks $ gcc -Wall BUG.c -o BUG erdav...@antares ~/perl/feedbacks $ ./BUG รง89 Eduardo R. D'Avila 2010/1/4 Eric Blake : > Eduardo D'Avila gmail.com> writes: > >> I've found a bug that happens wh