Hello,
I've got a .php file to translate from English to Spanish (it's for my new website, actually).
After translating it in Studio 2017 using the default HTML 5 file type, all Spanish accents are corrupted in the target .php (I'm using Notepad++ to see the target file). So "español" reads español.
The language and charset at the beginning of the source php file are:
<html lang="en">
<meta charset="utf-8">
Does that give any clues as to what I'm doing wrong?
Thanks,
Emma