You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Plugins/sorting/czech-string.min.js

2 lines
981 B
JavaScript

/*! © SpryMedia Ltd - datatables.net/license */
!function(n){"function"==typeof define&&define.amd?define(["datatables.net"],function(a){return n(a,window,document)}):"object"==typeof exports?module.exports=function(a,e){return a=a||window,e.fn.dataTable||require("datatables.net")(a,e),n(e,0,a.document)}:n(jQuery,window,document)}(function(a,e,n,t){"use strict";a=a.fn.dataTable;return a.ext.order["czech-pre"]=function(a){var e,n={A:"Aa",a:"aa","Á":"Ab","á":"ab",C:"Ca",c:"ca","Č":"Cb","č":"cb",D:"Da",d:"da","Ď":"db","ď":"db",E:"Ea",e:"ea","É":"eb","é":"eb","Ě":"Ec","ě":"ec",I:"Ia",i:"ia","Í":"Ib","í":"ib",N:"Na",n:"na","Ň":"Nb","ň":"nb",O:"Oa",o:"oa","Ó":"Ob","ó":"ob",R:"Ra",r:"ra","Ř":"Rb","ř":"rb",S:"Sa",s:"sa","Š":"Sb","š":"sb",T:"Ta",t:"ta","Ť":"Tb","ť":"tb",U:"Ua",u:"ua","Ú":"Ub","ú":"ub","Ů":"Uc","ů":"uc",Y:"Ya",y:"ya","Ý":"Yb","ý":"yb",Z:"Za",z:"za","Ž":"Zb","ž":"zb"};for(e in n)a=a.split(e).join(n[e]).toLowerCase();return a},a});