- Application Version OJS 3.1.2.4
- Description of issue : Incorrect Characters
- Steps you took leading up to the issue :
- What you tried to resolve the issue : Research went through hours of stackflow and forum hints and tips
Good Morning
Issue:
I have a xx.sql that has some encoding issues.
eg:
represent†in Xhosa)Â
I was advised to use ftfy to fix (ftfy · PyPI)
I have installed (pip install ftfy) but for the sake of me cannot comprehend how to use it for example:
in terminal these are the commands i run :
python
import ftfy
ftfy --output=xx.clean.sql xx.orig.sql (not sure how to point to the location of xx.orig.sql)
I feel like it is something simple that i am missing any help with this would be appreciated.
Thank you