View Single Post
Old 02-19-2018, 12:51 PM   #2612
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,033
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by theit8514 View Post
Is there a known issue with unicode and Windows? I am running into a problem with post_process_cmd on Windows with titles that contain unicode characters.
Unicode issues get very messy very quickly. What works on one OS frequently breaks on another. And the settings for each individual user (and sometimes individual window) can make a difference.

The post_process_safepattern personal.ini setting is specifically for helping work around those issues by replacing anything that matches in any metadata entries with '_'. The example given is defaults.ini is:

Code:
post_process_safepattern:(^\.|/\.|[^a-zA-Z0-9_\. \[\]\(\)&'-]+)
This solution is rather English-language-centric and brute force, but I don't generally have OSes configured in other languages available to test with.
JimmXinu is offline   Reply With Quote