Bugzilla – Attachment 16465 Details for
Bug 9859
C4::Charset -> nsb_clean() remove Â
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-9859-fix-nsb_clean-side-effect.patch (text/plain), 763 bytes, created by
Stéphane Delaune
on 2013-03-20 10:00:39 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Stéphane Delaune
Created:
2013-03-20 10:00:39 UTC
Size:
763 bytes
patch
obsolete
>From e9eee7b39a5c494f8c14e7500ac5cb8539473b62 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?St=C3=A9phane=20Delaune?= <stephane.delaune@biblibre.com> >Date: Wed, 20 Mar 2013 10:54:46 +0100 >Subject: [PATCH] Bug 9859:fix nsb_clean side effect > >--- > C4/Charset.pm | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/C4/Charset.pm b/C4/Charset.pm >index f8ddd63..f5a2c9a 100644 >--- a/C4/Charset.pm >+++ b/C4/Charset.pm >@@ -409,11 +409,8 @@ sub nsb_clean { > # handles non sorting blocks > my ($string) = @_ ; > $_ = $string ; >- s/$NSB//g ; >- s/$NSE//g ; >- s/$NSB2//g ; >- s/$NSE2//g ; >- s/$C2//g ; >+ s/($C2){0,1}($NSB|$NSB2)//g ; >+ s/($C2){0,1}($NSE|$NSE2)//g ; > $string = $_ ; > > return($string) ; >-- >1.7.9.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9859
:
16465
|
16469
|
17399
|
17407
|
32415
|
32416