{"id":334,"date":"2022-08-30T14:59:37","date_gmt":"2022-08-30T14:59:37","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/06\/problem-about-accent-insensitive-collection-of-common-programming-errors\/"},"modified":"2022-08-30T14:59:37","modified_gmt":"2022-08-30T14:59:37","slug":"problem-about-accent-insensitive-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/problem-about-accent-insensitive-collection-of-common-programming-errors\/","title":{"rendered":"problem about accent-insensitive-Collection of common programming errors"},"content":{"rendered":"<ul>\n<li><img decoding=\"async\" src=\"http:\/\/www.gravatar.com\/avatar\/ea117a844e74c3a8310663cad637c519?s=32&amp;d=identicon&amp;r=PG\" \/><br \/>\nBuff<br \/>\njavascript jquery-plugins diacritics string-comparison accent-insensitive<br \/>\nYo guys im currently developing this site and im using jquery isotope, wordpress and jquery quicksearch it works perfectly but i want to extend its functionality. If i type &#8220;Mexico&#8221; i want quicksearch to work also with &#8220;M\u00e9xico&#8221; but i have no idea where to edit it.Heres my js code for quicksearch:$(&#8216;input#busqueda&#8217;).quicksearch(&#8216;#contposts .item&#8217;, {&#8216;show&#8217;: function() {$(this).addClass(&#8216;quicksearch-match&#8217;);},&#8217;hide&#8217;: function() {$(this).removeClass(&#8216;quicksearch-match&#8217;);},}).keyup(function(){if(bandera == 1){$(&#8220;#elpostloaded&#8221;).fadeOut(400)$(&#8220;#content&#8221;).delay(400).fadeIn(400,function(){bandera = 0;setTimeout( function() {$contposts.isotope({ filter: &#8216;.quicksearch-match&#8217; })}, 100 );})}else{setTimeout( function() {$contposts.isotope({ filter: &#8216;.quicksearch-match&#8217; })}, 100 );}});And the jquery quicksearch plugin:function($, window, document, undefined) {$.fn.quicksearch = function (target, opt) {var timeout, cache, rowcache, jq_results, val = &#8221;, e = this, options = $.extend({ delay: 100,selector: null,stripeRows: null,loader: null,noResults: &#8221;,matchedResultsCoun<\/li>\n<\/ul>\n<p id=\"rop\"><small>Originally posted 2013-11-06 03:08:42. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>Buff javascript jquery-plugins diacritics string-comparison accent-insensitive Yo guys im currently developing this site and im using jquery isotope, wordpress and jquery quicksearch it works perfectly but i want to extend its functionality. If i type &#8220;Mexico&#8221; i want quicksearch to work also with &#8220;M\u00e9xico&#8221; but i have no idea where to edit it.Heres my js [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-334","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=334"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/334\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}