Front page | perl.perl5.porters |
Postings from November 2008
[perl #60776] Unicode db incomplete; mktables uses out-dated rules
From:
karl williamson
Date:
November 24, 2008 09:06
Subject:
[perl #60776] Unicode db incomplete; mktables uses out-dated rules
Message ID:
rt-3.6.HEAD-5436-1227540270-1743.60776-75-0@perl.org
# New Ticket Created by karl williamson
# Please include the string: [perl #60776]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60776 >
This is a bug report for perl from khw@karl.nonet,
generated with the help of perlbug 1.39 running under perl 5.11.0.
-----------------------------------------------------------------
The Unicode db now includes two sub directories (auxilary and extracted)
none of whose files are in the perl Unicode data base, as well as some
files in the main directory missing from the distribution. The
definition for CaseIgnorable in the current standard is significantly
different from the one mktables uses, and generating it requires one of
the missing files.
-----------------------------------------------------------------
---
Flags:
category=library
severity=medium
---
Site configuration information for perl 5.11.0:
Configured by khw at Wed Nov 12 08:46:39 MST 2008.
Summary of my perl5 (revision 5 version 11 subversion 0) configuration:
Platform:
osname=linux, osvers=2.6.24-21-generic, archname=i686-linux
uname='linux karl 2.6.24-21-generic #1 smp tue oct 21 23:43:45 utc
2008 i686 gnulinux '
config_args='-d -Dprefix=/home/khw/bleadperl -Dusedevel
-DDEBUGGING=both'
hint=recommended, useposix=true, d_sigaction=define
useithreads=undef, usemultiplicity=undef
useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef
use64bitint=undef, use64bitall=undef, uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='cc', ccflags ='-DDEBUGGING -fno-strict-aliasing -pipe
-fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64',
optimize='-O2 -g',
cppflags='-DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector
-I/usr/local/include'
ccversion='', gccversion='4.2.4 (Ubuntu 4.2.4-1ubuntu3)',
gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='cc', ldflags =' -fstack-protector -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lnsl -ldl -lm -lcrypt -lutil -lc
perllibs=-lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.7.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.7'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -O2 -g -L/usr/local/lib
-fstack-protector'
Locally applied patches:
DEVEL
---
@INC for perl 5.11.0:
/home/khw/bleadperl/lib/5.11.0/i686-linux
/home/khw/bleadperl/lib/5.11.0
/home/khw/bleadperl/lib/site_perl/5.11.0/i686-linux
/home/khw/bleadperl/lib/site_perl/5.11.0
.
---
Environment for perl 5.11.0:
HOME=/home/khw
LANG=en_US.UTF-8
LANGUAGE (unset)
LD_LIBRARY_PATH (unset)
LOGDIR (unset)
PATH=/home/khw/bin:/home/khw/print/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/home/khw/cxoffice/bin
PERL_BADLANG (unset)
SHELL=/bin/ksh
-
[perl #60776] Unicode db incomplete; mktables uses out-dated rules
by karl williamson