Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
[PATCH] garbage characters in a comment
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jarkko Hietaniemi  
View profile  
 More options Mar 6 2005, 5:36 am
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Jarkko Hietaniemi)
Date: Sun, 06 Mar 2005 02:36:12 -0800
Local: Sun, Mar 6 2005 5:36 am
Subject: [perl #34351] [PATCH] garbage characters in a comment

# New Ticket Created by  Jarkko Hietaniemi
# Please include the string:  [perl #34351]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34351 >

Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of
a header file.  Non-fatal but probably not intended, either.  Patch
attached.

--
Jarkko Hietaniemi <j...@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen

  noa0.pat.gz
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Mar 6 2005, 7:07 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Sun, 6 Mar 2005 13:07:49 +0100
Local: Sun, Mar 6 2005 7:07 am
Subject: Re: [perl #34351] [PATCH] garbage characters in a comment

Jarkko Hietaniemi <parrotbug-follo...@parrotcode.org> wrote:
> Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of
> a header file.  Non-fatal but probably not intended, either.  Patch
> attached.

$ file noa0.pat.gz
noa0.pat.gz: data

Please resend,

thanks
leo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarkko Hietaniemi  
View profile  
 More options Mar 6 2005, 8:18 am
Newsgroups: perl.perl6.internals
From: j...@iki.fi (Jarkko Hietaniemi)
Date: Sun, 06 Mar 2005 15:18:05 +0200
Local: Sun, Mar 6 2005 8:18 am
Subject: Re: [perl #34351] [PATCH] garbage characters in a comment

Leopold Toetsch via RT wrote:

> Jarkko Hietaniemi <parrotbug-follo...@parrotcode.org> wrote:

>>Extra 0xA0 characters (Latin-1 no-break-spaces?) in the comments of
>>a header file.  Non-fatal but probably not intended, either.  Patch
>>attached.

> $ file noa0.pat.gz
> noa0.pat.gz: data

> Please resend,

> thanks
> leo

Curious.  Reattached.

--
Jarkko Hietaniemi <j...@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen

  noa0.pat.gz
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Mar 7 2005, 4:19 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Mon, 7 Mar 2005 10:19:22 +0100
Local: Mon, Mar 7 2005 4:19 am
Subject: Re: [perl #34351] [PATCH] garbage characters in a comment

Jarkko Hietaniemi <j...@iki.fi> wrote:

>>>Extra 0xA0 characters (Latin-1 no-break-spaces?)
> Curious.  Reattached.

Thanks, applied.
leo

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicholas Clark  
View profile  
 More options Mar 7 2005, 6:59 am
Newsgroups: perl.perl6.internals
From: n...@ccl4.org (Nicholas Clark)
Date: Mon, 7 Mar 2005 11:59:20 +0000
Local: Mon, Mar 7 2005 6:59 am
Subject: Re: [perl #34351] [PATCH] garbage characters in a comment

Indeed curious. The first version was the gzip file, but utf8 encoded.

Nicholas Clark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Robert  
View profile  
 More options Mar 9 2005, 7:33 am
Newsgroups: perl.perl6.internals
From: rsp...@pobox.com (Robert)
Date: Wed, 09 Mar 2005 04:33:38 -0800
Local: Wed, Mar 9 2005 7:33 am
Subject: Re: [perl #xxxxx] [PATCH] garbage characters in a comment

> Indeed curious. The first version was the gzip file, but utf8 encoded.

Double weird that it would only happen once.  Did you do it the same way
both times, Jarkko?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarkko Hietaniemi  
View profile  
 More options Mar 10 2005, 12:31 am
Newsgroups: perl.perl6.internals
From: j...@iki.fi (Jarkko Hietaniemi)
Date: Thu, 10 Mar 2005 07:31:49 +0200
Local: Thurs, Mar 10 2005 12:31 am
Subject: Re: [perl #xxxxx] [PATCH] garbage characters in a comment

Robert wrote:
>>Indeed curious. The first version was the gzip file, but utf8 encoded.

> Double weird that it would only happen once.  Did you do it the same way
> both times, Jarkko?

Yup.  Mac OS X, Thunderbird, Attach file, the same file.

--
Jarkko Hietaniemi <j...@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'.  It is 'dead'." -- Jack Cohen


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »