Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Latin Chars dropped by SCSS Compiler
Hi, everyone!
I'm trying to do something like this on my theme.scss file:
$v-app-loading-text: "Processando Informações";
but the chars 'ç' and 'õ' and other like these are replaced by '?' when theme is compiled. I tried to use the declaration:
@charset "ISO-8859-1";
but still not working. Event scapping chars like &aacut; didn't work.
The same problem happens if inside CSS, like:
content: "Esse Vaadin parte meu coração";
Is there any way to write these chars in my language? Am I doing something wrong? Any sugestions?
For now I solved by changing the words with synonyms, but it stinks...
thanks in advance...
[I know, bad english :´( ]
I found this old issue from Aug 2014: https://github.com/vaadin/sass-compiler/issues/262
Still not fixed