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
[BUG] Is string encoding written to PBC file
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
  3 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
 
Bernhard Schmalhofer  
View profile  
 More options Feb 28 2005, 2:30 pm
Newsgroups: perl.perl6.internals
From: parrotbug-follo...@parrotcode.org (Bernhard Schmalhofer)
Date: Mon, 28 Feb 2005 11:30:45 -0800
Local: Mon, Feb 28 2005 2:30 pm
Subject: [perl #34285] [BUG] Is string encoding written to PBC file
# New Ticket Created by  Bernhard Schmalhofer
# Please include the string:  [perl #34285]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34285 >

Hi,

with 'make testr' I get a single test failure. My guess is that the string
encoding is
not properly written to the dumped PBC file:

bernhard@linux:~/devel/Parrot/cvs/parrot> cat t/op/string_cs_2.pasm
    set S0, ascii:"ok 1\n"
    charset I0, S0
    charsetname S1, I0
    print S1
    print "\n"
    end
bernhard@linux:~/devel/Parrot/cvs/parrot> ./parrot  t/op/string_cs_2.pasm
ascii
bernhard@linux:~/devel/Parrot/cvs/parrot> ./parrot -o string_cs_2.pbc -r
t/op/string_cs_2.pasm
ascii
bernhard@linux:~/devel/Parrot/cvs/parrot> ./parrot -o string_cs_2.pbc -r -r
t/op/string_cs_2.pasm
iso-8859-1
bernhard@linux:~/devel/Parrot/cvs/parrot> ./parrot  string_cs_2.pbc
iso-8859-1

So whenever the dumped PBC file is executed, the string is thought to be
'iso-8859-1',
while it should be 'ascii'.

CU, Bernhard

--
/* Bernhard.Schmalho...@biomax.de */

DSL Komplett von GMX +++ Superg nstig und stressfrei einsteigen!
AKTION "Kein Einrichtungspreis" nutzen: http://www.gmx.net/de/go/dsl


 
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 1 2005, 2:51 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Tue, 1 Mar 2005 08:51:24 +0100
Local: Tues, Mar 1 2005 2:51 am
Subject: Re: [perl #34285] [BUG] Is string encoding written to PBC file

Bernhard Schmalhofer <parrotbug-follo...@parrotcode.org> wrote:
> Hi,
> with 'make testr' I get a single test failure. My guess is that the string
> encoding is
> not properly written to the dumped PBC file:

Yep. That's still missing.

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.
Leopold Toetsch  
View profile  
 More options Mar 1 2005, 3:26 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Tue, 1 Mar 2005 09:26:35 +0100
Local: Tues, Mar 1 2005 3:26 am
Subject: Re: [perl #34285] [BUG] Is string encoding written to PBC file

Bernhard Schmalhofer <parrotbug-follo...@parrotcode.org> wrote:
> with 'make testr' I get a single test failure. My guess is that the
> string encoding is not properly written to the dumped PBC file:

Fixed.

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.
End of messages
« Back to Discussions « Newer topic     Older topic »