On Mon Jan 16 05:02:42 2012, DAMI wrote:
Show quoted text> Le Ven 13 Jan 2012 00:42:30, ANDK a écrit :
> > This is the commit:
> >
> > commit ce4326557fd52ed5f0dbfaaf93f76209db291470
> > Author: Karl Williamson <public@khwilliamson.com>
> > Date: Fri Dec 30 09:11:23 2011 -0700
>
> Thanks Andreas for the ticket. Unfortunately I don't have access to
> 5.15.6, and just by looking at the source code I can't find out which
> Unicode changes broke Text::Transliterator::Unaccent. So could you
> please run the commands below and post me the output ?
>
> Thanks in advance, Laurent D.
>
> perl -MUnicode::UCD=charscript -MYAML -e "print Dump charscript
> ('Latin')"
---
-
- 65
- 90
- Latin
-
- 97
- 122
- Latin
-
- 170
- 170
- Latin
-
- 186
- 186
- Latin
-
- 192
- 214
- Latin
-
- 216
- 246
- Latin
-
- 248
- 696
- Latin
-
- 736
- 740
- Latin
-
- 7424
- 7461
- Latin
-
- 7468
- 7516
- Latin
-
- 7522
- 7525
- Latin
-
- 7531
- 7543
- Latin
-
- 7545
- 7614
- Latin
-
- 7680
- 7935
- Latin
-
- 8305
- 8305
- Latin
-
- 8319
- 8319
- Latin
-
- 8336
- 8348
- Latin
-
- 8490
- 8491
- Latin
-
- 8498
- 8498
- Latin
-
- 8526
- 8526
- Latin
-
- 8544
- 8584
- Latin
-
- 11360
- 11391
- Latin
-
- 42786
- 42887
- Latin
-
- 42891
- 42894
- Latin
-
- 42896
- 42897
- Latin
-
- 42912
- 42921
- Latin
-
- 43002
- 43007
- Latin
-
- 64256
- 64262
- Latin
-
- 65313
- 65338
- Latin
-
- 65345
- 65370
- Latin
Show quoted text> perl -MUnicode::Normalize=getCanon -e "print substr(getCanon(0xe9),
> 0, 1)"
That just gives me ‘e’.
This output is with a recent bleadperl (84f93674).