Hello Guys,
My company has php scripts with texts in different languages (including french, german, spanish, italian and english).
Developers decided to use Latin-1 encoding as base for everyone, so this way nobody will override file encoding and corrupt foreign languages in it. (At first some developers used html entities, but this way is not preferred)
I have few questions for you:
- How can you check file encoding on linux?
- If you had experience working with files in different languages, how did you manage to not override encoding of others?
Thanks for any advise in advance