When I translate a CSV file from English into a language with non-English characters, the exported translation is not displayed properly on Excel. Specifically, the non-English characters are not displayed correctly. Any ideas on how to solve this?
When I translate a CSV file from English into a language with non-English characters, the exported translation is not displayed properly on Excel. Specifically, the non-English characters are not displayed correctly. Any ideas on how to solve this?
You probably need to make sure that you either ensure the encoding of the source file is UTF-8 (for example) or set the encoding of the CSV when you save the target file here:
If you have a lot of these files it makes sense the change the encoding of the source first. A great application for this is here:
https://appstore.sdl.com/language/app/fec-file-encoding-converter/788/
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub
You probably need to make sure that you either ensure the encoding of the source file is UTF-8 (for example) or set the encoding of the CSV when you save the target file here:
If you have a lot of these files it makes sense the change the encoding of the source first. A great application for this is here:
https://appstore.sdl.com/language/app/fec-file-encoding-converter/788/
Paul Filkin | RWS Group
________________________
Design your own training!
You've done the courses and still need to go a little further, or still not clear?
Tell us what you need in our Community Solutions Hub