You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#106391 Convert UTF-8 chars (latin ext.) in file name to Latin chars

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by [email protected] on Saturday, 16 January 2021 16:12 GMT

[email protected]
This is info from documentation:
Format to use when creating websafe file and folder names. UTF-8 will allow full UTF-8 characters and A-Za-z0-9._-~ in the name, ASCII will convert some UTF-8 Latin characters into ASCII equivalents, eg: ë -> e, õ -> o etc. and will only allow A-Za-z0-9._-~ characters in the name.


How can I add my own UTF-8 Latin characters to map convert table into ASCI equivalents, eg: š->s, ř->r etc. ?

Thanks

Ryan
How can I add my own UTF-8 Latin characters to map convert table into ASCI equivalents, eg: š->s, ř->r etc. ?


Those characters are already part of the map, and are converted.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

[email protected]
Great, thanks