[Koha-bugs] [Bug 9859] C4::Charset -> nsb_clean() remove Â

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 15 15:52:37 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9859

stephane.delaune at biblibre.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Signed Off

--- Comment #13 from stephane.delaune at biblibre.com ---
(In reply to mathieu saby from comment #11)
> Sorry, I have just sign off, but I see the code is wrong : 
> 
> +    s/($C2){0,1}($NSE|$NSE2)//g ;
> should be
> +    s/($C2){0,1}($NSB2|$NSE2)//g ;
> 
> B is for begin ; E for end...
> 
> Stéphane, could you re-write it, and addin the commit the description of
> what your patch is doing, and what problem it solved ?
> (You can use the comments I left in the commit ;-) )
> 
> Mathieu

there is two lines in patch :
+    s/($C2){0,1}($NSB|$NSB2)//g ;
to proceed B for Begin and
+    s/($C2){0,1}($NSE|$NSE2)//g ;
to proceed E for End

so it don't need to be rewrite for this

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list