I put this lines under override some chars for some languages part and it looks like good:
$chars_table = array_merge( $chars_table, $chars_table_ext );
break;
case 'hu': // Hungarian Characters Fix
case 'hu_HU':
$chars_table_ext = array(
'/Ö/' => 'o',
'/ö/' => 'o',
'/Ü/' => 'u',
'/ü/' => 'u'
);
PS.: Your plugin is awesome and keep working!
Hi @foldesistudio
Thank you very much for your feedback and contribution.
I updated the code per your feedback.
Unfortunately I got the SVN error while commiting latest changes.
I asked for the help on the forum about it – https://wordpress.org/support/topic/svn-issue-commit-failed/
Hopefully someone can help with that issue and I will commit latest changes for everyone.
I pushed latest changes to GIT repo – https://github.com/webvitalii/filenames-to-latin
You may test them if it is working as expected for Hungarian language.
P.S. I mentioned you in the changelog.
Kusunum seipen (that is probably the only thing I know in Hungarian 🙂
Hi @foldesistudio
Solved the issue finally.
The latest version is in the SVN repo.
Please update your copy of the plugin and let me know if it is working as expected.
Thank you for your help,
Vitalii
It works, thank you! Looks like okay!