From e701a43ad0c3c448c39e7c2f8b7fafce0d0dfb53 Mon Sep 17 00:00:00 2001 From: davidkonrad Date: Sat, 29 Apr 2017 14:16:39 +0200 Subject: [PATCH] fixed copy paste error in file description --- filtering/type-based/diacritics-neutralise.js | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/filtering/type-based/diacritics-neutralise.js b/filtering/type-based/diacritics-neutralise.js index 2514365..735e913 100644 --- a/filtering/type-based/diacritics-neutralise.js +++ b/filtering/type-based/diacritics-neutralise.js @@ -34,33 +34,6 @@ * */ -"use strict;" - -/** - * When filtering a table with accented characters (letters with diacritical marks) - * it can be frustrating to have an input such as _Zurich_ not match _Zürich_ in - * the table (`u !== ü`). - * - * This type based search plug-in replaces the built-in string formatter in - * DataTables with a function that will replace a comprehensive range of letters - * with diacritical marks to their "normalized" a..Z latin equivalents. - * - * This plug-in targets a wider scope of languages than the accent-neutralise plugin. - * Slavic, nordic, baltic and central-european languages is covered, as well as - * hungarian, turkish, greek and asian languages written in european latin. - * - * For example is EÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ searchable by the input 'E'. - * - * - * @name Diacritics-neutralise - * @summary Replace accented characters (diacritics) with latin equivalents - * @author David Konrad - * @email davidkonrad at googles email - * - * Please report missing diacritics that need to be included. - * -**/ - 'use strict'; var diacriticsMap = [