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
Thank you so much for this script!!!
I came across an issue with serialized data stored in a text field. After the conversion from latin into utf8 php wasn't able to unserialize the field.
I found out that unicode characters have a different lenght after converting (of course!), than stored in the serialized data.
Interesting problem. I'm not sure how many people will have this issue. Instead of baking it into the script somehow (I think it would be hard to add it in a generic way that would make sense and not clutter up the script for others that won't need it), would you want to add a note of your findings the README.md?
Thank you so much for this script!!!
I came across an issue with serialized data stored in a text field. After the conversion from latin into utf8 php wasn't able to unserialize the field.
I found out that unicode characters have a different lenght after converting (of course!), than stored in the serialized data.
I found this workaround: http://stackoverflow.com/a/5813058
So maybe this is useful for someone, or it could be part of the script?
The text was updated successfully, but these errors were encountered: