cvsuser 04/04/13 07:15:15
Modified: . MANIFEST Log: [perl #28473] [PATCH] ICU data directory configuration Here's a patch to make the location if ICU's data files configurable, and also to cause parrot to throw an exception at string_init time if the data files are not found. Courtesy of Jeff Clites <[EMAIL PROTECTED]> [perl #28494] Some bits of it WRT unescaping. Changed unescape to use new code. Currently 16-bit codepoints only to keep diff smaller (leo) Revision Changes Path 1.628 +1 -0 parrot/MANIFEST Index: MANIFEST =================================================================== RCS file: /cvs/public/parrot/MANIFEST,v retrieving revision 1.627 retrieving revision 1.628 diff -u -w -r1.627 -r1.628 --- MANIFEST 13 Apr 2004 13:51:14 -0000 1.627 +++ MANIFEST 13 Apr 2004 14:15:15 -0000 1.628 @@ -2599,6 +2599,7 @@ t/op/rx.t [] t/op/stacks.t [] t/op/string.t [] +t/op/stringu.t [] t/op/time.t [] t/op/trans.t [] t/op/types.t []
