laravel4-datatables-package icon indicating copy to clipboard operation
laravel4-datatables-package copied to clipboard

Issue when searching with UTF8 strings

Open RinneganLSharp opened this issue 11 years ago • 3 comments

Theres an error when using the search with characters like ā, ē, č, ū, š, etc... It is because the code uses strtolower instead of mb_strtolower...

It is easily fixed by replacing strtolower function with \Str::lower for example.

RinneganLSharp avatar Oct 24 '14 11:10 RinneganLSharp

made an pull request, need that too .. thanks :+1:

nmkr avatar Oct 24 '14 22:10 nmkr

+1, please merge

EdgarsK avatar Nov 17 '14 06:11 EdgarsK

for fix bug . im find all strtolower function in Bllim\Datatables.php and set mb_strtolower

hasanmova avatar Dec 25 '14 14:12 hasanmova