[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-11-23 Thread James Keenan via RT
On Fri Sep 19 07:32:09 2008, pgerd wrote: > On Do. 18. Sep. 2008, 10:52:32, julianalbo wrote: > > Is not good that pir or pasm code meaning be dependent of locale > > specifics of the system. > > > > Also in several operating systems is not the computer who is working > > with some charset and enc

Re: [perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-18 Thread NotFound
>> Can you explain a bit more about the rationale for adding this option to >> Configure.pl? >> > I think I is necessary to tell parrot to work on a computer with utf-8 > encoding > also with the same encoding, so that for example the following PASM-code > works: > > set S0, "Ö123\n" That code i

[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread James Keenan via RT
On Sat Sep 13 09:17:22 2008, [EMAIL PROTECTED] wrote: > > > Also, your patch causes two tests in t/steps/auto_icu-01.t to fail. > > You are right. I forget to change the tests according. > If the change to "config/auto/icu.pm" should be applied the tests > should > also be changed. > > for exam

Re: [perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread Gerd Pokorra
Am Samstag, den 13.09.2008, 15:02 +0200 schrieb James Keenan via RT: > > Can you explain a bit more about the rationale for adding this option to > Configure.pl? > I think I is necessary to tell parrot to work on a computer with utf-8 encoding also with the same encoding, so that for example the

[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread James Keenan via RT
On Sat Sep 13 05:13:50 2008, [EMAIL PROTECTED] wrote: > Hello, > > I am sorry for the late response. I was some days offline. The patch is > now in a single patch file (generated with svn diff) and extended a > little bit. > Gerd: Thanks for your patch. For future reference: There's no need

Re: [perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread Mark J. Reed
If it's a single patch file, why did you still attach it as a tar? On 9/13/08, Gerd Pokorra <[EMAIL PROTECTED]> wrote: > Hello, > > I am sorry for the late response. I was some days offline. The patch is > now in a single patch file (generated with svn diff) and extended a > little bit. > > Gerd

[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-13 Thread Gerd Pokorra
Hello, I am sorry for the late response. I was some days offline. The patch is now in a single patch file (generated with svn diff) and extended a little bit. Gerd Pokorra patch.tar Description: Unix tar archive

Re: [perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-09 Thread chromatic
On Tuesday 09 September 2008 11:07:09 [EMAIL PROTECTED] (via RT) wrote: > I attached a tar-file that holds one patch file (generated with diff -u) > for each modified file. This makes patches very difficult to review; can you send a single patch file instead? -- c

[perl #58726] [PATCH] add the option "encoding" to Configure.pl

2008-09-09 Thread [EMAIL PROTECTED] (via RT)
# New Ticket Created by [EMAIL PROTECTED] # Please include the string: [perl #58726] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=58726 > Hello, this patch adds the option "encoding" to the configuration of Parrot: > pe