You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have files with German umlauts (ä,ü) in meta data and there are problems with the PHP function.
With phpinfo -enc UTF-8 everything is ok.
When I upload this file char after the umlaut are cut. Within the extension configuration mapping tool the strings are empty.
If I do a mb_convert_encoding($out, 'UTF-8', 'UTF-8'); in decodeStringType the full sting is show but with a '?' instead of the umlaut.
The text was updated successfully, but these errors were encountered:
I have files with German umlauts (ä,ü) in meta data and there are problems with the PHP function.
With
phpinfo -enc UTF-8
everything is ok.When I upload this file char after the umlaut are cut. Within the extension configuration mapping tool the strings are empty.
If I do a
mb_convert_encoding($out, 'UTF-8', 'UTF-8');
indecodeStringType
the full sting is show but with a '?' instead of the umlaut.The text was updated successfully, but these errors were encountered: