Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML export with Visual Studio Code on Mac - text encoding issues #1443

Closed
Redjam opened this issue Nov 30, 2018 · 1 comment
Closed

HTML export with Visual Studio Code on Mac - text encoding issues #1443

Redjam opened this issue Nov 30, 2018 · 1 comment

Comments

@Redjam
Copy link

Redjam commented Nov 30, 2018

Describe the bug
When I export or copy to HTML format, I have a text encoding issue with all french characters (é,à,è,ë, etc.). The problem I get is exactly the one described here => http://string-functions.com/encodingtable.aspx?encoding=65001&decoding=10000.

For exemple "é" is rendered "√©" and "É" is rendered "√â".

To Reproduce
Steps to reproduce the behavior:

  1. Create a file with this MJML code and french words with french characters (for exemple é, è, ï, etc.)
  2. Render it to HTML by doing CMD + MAJ + P and MJML: Export HTML
  3. Open the HTML file
  4. See error

MJML environment

  • OS: MacOS
  • MJML Version 4.2.0
  • MJML tool used : MJML extension for VS Code Mac 1.6.0

image

image

@ngarnier
Copy link
Member

Hey @Redjam, sorry you're having this issue.

However it's related to the VSCode plugin and not MJML itself, please open an issue on the plugin repository. It sounds similar to this one: attilabuti/vscode-mjml#50.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants