Quote:
Originally Posted by theit8514
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.