| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS |
| X-Spam-Check-By: | sourceware.org |
| MIME-Version: | 1.0 |
| In-Reply-To: | <loom.20100104T233234-168@post.gmane.org> |
| References: | <f519c7c31001041418q1c24bae9t237ee637ed20c0f6 AT mail DOT gmail DOT com> <f519c7c31001041425j4d193528gb9aeca0bf41656de AT mail DOT gmail DOT com> <loom DOT 20100104T233234-168 AT post DOT gmane DOT org> |
| Date: | Mon, 4 Jan 2010 17:50:25 -0500 |
| Message-ID: | <f60fe001001041450ub25a7a8h254a580175e4c9c1@mail.gmail.com> |
| Subject: | Re: Bug printing string where the 128th char is multibyte |
| From: | "Mark J. Reed" <markjreed AT gmail DOT com> |
| To: | cygwin AT cygwin DOT com |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Unsubscribe: | <mailto:cygwin-unsubscribe-archive-cygwin=delorie DOT com AT cygwin DOT com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
On Mon, Jan 4, 2010 at 5:35 PM, Eric Blake wrote:
> What you've found is a bug in your own program, at lesat for the BUG.c ve=
rsion
> of your report.
The Perl and Python programs are not buggy, but they also don't
exhibit the behavior for me. Although I'm still running a prerelease
1.7.0
Both also feature simpler ways to build the string, btw.
Perl:
my $str =3D '0123456789' x 13;
substr($str,127,1) =3D '=C3=A7';
Python:
str =3D '0123456789' * 13
str =3D str[:128] + '=C3=A7' + str[128:]
--=20
Mark J. Reed <markjreed AT gmail DOT com>
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |