Re: [pcre-dev] PCRE release 7.5

トップ ページ
このメッセージを削除
著者: Wincent Colaiuta
日付:  
To: pcre-dev
題目: Re: [pcre-dev] PCRE release 7.5
El 10/1/2008, a las 18:19, Philip Hazel escribió:

> I have released PCRE 7.5:


Congratulations, Philip.

Compiles and works out the box on Mac OS X 10.5.1. There is one locale-
related failure, which as noted is almost certainly not a bug in PCRE.
The same failure occurred with 7.4. Any suggestions on how I could
investigate this failure and get it passing?

Test 3: locale-specific features (using 'fr_FR' locale)
--- ./testdata/testoutput3    2007-07-30 13:20:48.000000000 +0200
+++ testtry    2008-01-10 19:08:05.000000000 +0100
@@ -150,7 +150,7 @@
  ------------------------------------------------------------------
          Bra
          [A-Za-z\xaa\xb5\xba\xc0-\xd6\xd8-\xf6\xf8-\xff]
-        [a-z\xb5\xdf-\xf6\xf8-\xff]
+        [a-z\xaa\xb5\xba\xdf-\xf6\xf8-\xff]
          [A-Z\xc0-\xd6\xd8-\xde]
          Ket
          End


Locale test did not run entirely successfully.
This usually means that there is a problem with the locale
settings rather than a bug in PCRE.

Cheers,
Wincent