Grokbase
Topics Posts Groups | in
x
[ help ]

Ismail Donmez (i...@pardus.org.tr)

Profile | Posts (1)

User Information

Display Name:Ismail Donmez
Partial Email Address:i...@pardus.org.tr
Posts:
1 total
1 in Bugtraq

5 Most Recent

1) Ismail Donmez Re: Double free error in 5.10.0
| +1 vote
Friday 21 December 2007 11:14:38 tarihinde H.Merijn Brand şunları yazmıştı: Can confirm this...
Perl 5 Porters
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Friday 21 December 2007 11:14:38 tarihinde H.Merijn Brand şunları yazmıştı:
> #!/pro/bin/perl
>
> use strict;
> use warnings;
>
> use DB_File;
>
> my %db;
>
> tie %{$db{lastc}}, "DB_File", "db_test.db", O_CREAT|O_RDWR, 0666, $DB_HASH;
>
> $db{lastc}{BR41967} = "December 20, 2007";
>
> my %month = (qw(January 1 February 2 March 3 April 4 May 5 June 6 July 7
>                 August 8 September 9 October 10 November 11 December 12));
>
> $db{lastc}{BR41967} =~ s{(\S+) (\d+),\s*(\d+)}
>                         {sprintf "%04d%02d%02d", $3, $month{$1}, $2}e;
>
> untie %{$db{lastc}};

Can confirm this here on 32bit x86 Linux.

--
Never learn by your mistakes, if you do you may never dare to try again.
2) Ismail Donmez Re: Perl 5.10.0 is released
| +1 vote
Tuesday 18 December 2007 20:15:35 tarihinde Nicholas Clark şunları yazmıştı: Mirrored @...
Perl 5 Porters
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Tuesday 18 December 2007 20:15:35 tarihinde Nicholas Clark şunları yazmıştı:
> On Tue, Dec 18, 2007 at 07:11:46PM +0100, Rafael Garcia-Suarez wrote:
> > Perl 5.10.0 is now out, the first in the 5.10.x major version series,
> > after a five year long development process. It's currently being
> > mirrored on CPAN.
>
> First post! A big thanks to Rafael for this.
>
> Get it faster than CPAN: http://thepiratebay.org/tor/3938859
>
> but check it carefully:
>
> 17:42 <@rgs> file: $CPAN/authors/id/R/RG/RGARCIA/perl-5.10.0.tar.gz
> 17:42 <@rgs>  size: 15595020 bytes
> 17:42 <@rgs> md5: d2c39b002ebfd2c3c5dba589365c5a71

Mirrored @ http://cekirdek.pardus.org.tr/~ismail/dist/perl-5.10.0.tar.gz

Regards,
ismail

--
Never learn by your mistakes, if you do you may never dare to try again.
3) Ismail Donmez Re: Perl 5.10.0 is released
| +1 vote
Tuesday 18 December 2007 20:11:46 tarihinde Rafael Garcia-Suarez şunları yazmıştı:...
Perl 5 Porters
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Tuesday 18 December 2007 20:11:46 tarihinde Rafael Garcia-Suarez şunları
yazmıştı:
> Perl 5.10.0 is now out, the first in the 5.10.x major version series,
> after a five year long development process. It's currently being
> mirrored on CPAN.

Congratulations to whole perl5-porters team and to you Rafael!


--
Never learn by your mistakes, if you do you may never dare to try again.
4) Ismail Donmez Re: Turkish support in Perl's uc/lc function
| +1 vote
Thursday 13 December 2007 17:25:37 tarihinde demerphq þunlarý yazmýþtý: So the solution would be...
Perl 5 Porters
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thursday 13 December 2007 17:25:37 tarihinde demerphq þunlarý yazmýþtý:
> On 13/12/2007, Éric Cholet <cholet@logilune.com> wrote:
> > Le 13 déc. 07 à 16:13, demerphq a écrit :
> > > $hints would be where the user would supply something like 'language:
> > > turkic' or something like that, although if we using the full case
> > > folding rules I dont think it would be necessary. Maybe Jarkko can
> > > explain why it would be necessary to have this info.
> >
> > Because whether uc('i') is 'I' or 'Ý' depends on the language.
>
> Ach. *ANOTHER* Bone headed decision by the Unicode consortium. Instead
> of adding a 'turkic lower case i' they reused the latin lower case i.
> Sorry, I was on the impression that they had added a special character
> for this.

So the solution would be adding hints that will affect lc/uc functions. so
something like

use Turkish;

would effect uc/lc but also there needs to a way to reset this, because one
can want to mix ascii-only uc/lc with Turkish uc/lc.

Any idea where to start implementing this? Or before that, does this sound
like a good plan?

Regards,
ismail

--
Never learn by your mistakes, if you do you may never dare to try again.
5) Ismail Donmez Re: Turkish support in Perl's uc/lc function
| +1 vote
Thursday 13 December 2007 17:17:00 tarihinde Éric Cholet şunları yazmıştı: So we need to hint...
Perl 5 Porters
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Thursday 13 December 2007 17:17:00 tarihinde Éric Cholet şunları yazmıştı:
> Le 13 déc. 07 à 16:13, demerphq a écrit :
> > $hints would be where the user would supply something like 'language:
> > turkic' or something like that, although if we using the full case
> > folding rules I dont think it would be necessary. Maybe Jarkko can
> > explain why it would be necessary to have this info.
>
> Because whether uc('i') is 'I' or 'İ' depends on the language.

So we need to hint Perl about the language somehow.

Regards,
ismail


--
Never learn by your mistakes, if you do you may never dare to try again.

spacer
Profile | Posts (1)
Home > People > Ismail Donmez