-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
preg_replace_callback handling of danish characters #32
Comments
Persistent problem, this. Has a solution been identified? An example: ** using latest download of FX.php from github on running with How can I get it to correctly handle special unicode characters? |
I am not where I can test this right now, but if you replace this function on line 51 of RetrieveFMXML.class.php does it work?
|
Yes, that revised function appears to deliver the correct characters! Does this fix or break things for anyone else? On Fri, Aug 12, 2016 at 7:05 PM, Andrew Denman [email protected]
|
It appears to me that this fix is present in the current version of FX.php (version 6.10 as of this writing.) I'm trying to address a bunch of things right now, so please let me know if this is not fixed at this point. |
After latest version of FX.php where 'preg_replace' was changed to ‘preg_replace_callback’ in RetrieveFMXML.class.php, FX.php no longer display danish characters like æøå correctly - They output more like japanese characters!
The text was updated successfully, but these errors were encountered: