<div dir="ltr">I did some tests, and for me Bug 9579 is fixed by Bug 10176,<div>and now arabic facets are working, I will put a comment on the bug.</div><div><br><div style>That symbol was explicitly added on Bug 8888</div>
</div><div style>(<a href="http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12849&action=diff">http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=12849&action=diff</a>),</div><div style>I don't have the faintest idea about the reason.</div>
<div style><br></div><div style>Regards</div><div style><br></div></div><div class="gmail_extra"><br clear="all"><div>-- <div>Bernardo Gonzalez Kriegel</div><div><a href="mailto:bgkriegel@gmail.com" target="_blank">bgkriegel@gmail.com</a></div>
</div>
<br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 5:55 AM, Fridolyn SOMERS <span dir="ltr"><<a href="mailto:fridolyn.somers@biblibre.com" target="_blank">fridolyn.somers@biblibre.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Very interesting.<br>
I think this charaters are escaped to not beak CCL syntaxe.<br>
But in this syntaxe, there is no ؟<br>
Will you create a patch for this or do you think it may fix Bug 9579 ?<br>
<br>
Regards,<br>
<br>
Le 05/05/2013 03:33, Bernardo Gonzalez Kriegel a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi,<br>
Karam made an interesting discovery for Bug 10176 [1],<br>
putting "use utf8;" on Search.pm fixes URL of facets (not<br>
display well for me, but url works).<br>
<br>
Digging a little I found that on line 574 of master Search.pm<br>
there is a strange symbol (last between []). Seems to be an<br>
inverted question mark. Karam saids that is Arabic one.<br>
<br>
572:# Sanitize the link value : parenthesis, question and exclamation mark<br>
will cause errors with CCL<br>
573-                                my $facet_link_value = $one_facet;<br>
574-                                $facet_link_value =~ s/[()!?¡¿؟]/ /g;<br>
575-<br>
<br>
Question: this char is a typo? Was introduced on Bug 9183 [2]<br>
<br>
'use utf8;' fixes the substitute, and the URLs.<br>
Also removing that char gives the same effect (without 'use utf8:'<br>
<br>
Patch is from jcamins<br>
<br>
Regards,<br>
bernardo<br>
<br>
[1] <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10176" target="_blank">http://bugs.koha-community.<u></u>org/bugzilla3/show_bug.cgi?id=<u></u>10176</a><br>
[2] <a href="http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9183" target="_blank">http://bugs.koha-community.<u></u>org/bugzilla3/show_bug.cgi?id=<u></u>9183</a><br>
<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-<u></u>community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.<u></u>org/cgi-bin/mailman/listinfo/<u></u>koha-devel</a><br>
website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.<u></u>org/</a><br>
<br><span class="HOEnZb"><font color="#888888">
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
Fridolyn SOMERS<br>
Biblibre - Pôle support<br>
<a href="mailto:fridolyn.somers@biblibre.com" target="_blank">fridolyn.somers@biblibre.com</a><br>
______________________________<u></u>_________________<br>
Koha-devel mailing list<br>
<a href="mailto:Koha-devel@lists.koha-community.org" target="_blank">Koha-devel@lists.koha-<u></u>community.org</a><br>
<a href="http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel" target="_blank">http://lists.koha-community.<u></u>org/cgi-bin/mailman/listinfo/<u></u>koha-devel</a><br>
website : <a href="http://www.koha-community.org/" target="_blank">http://www.koha-community.org/</a><br>
git : <a href="http://git.koha-community.org/" target="_blank">http://git.koha-community.org/</a><br>
bugs : <a href="http://bugs.koha-community.org/" target="_blank">http://bugs.koha-community.<u></u>org/</a></font></span></blockquote></div><br></div>