alefragnani / vscode-language-rtf

RTF Language Extension for Visual Studio Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regular Windows 10 .rtf not displayed (unsupported encoding)

cmvalma opened this issue · comments

'Regular' .rtf files are not being displayed in vsCode. Following message ensues:

image

I didn't change the encoding. Clicking "Save as" shows the file is saved as type : RTF. Windows 10 Pro 1803 version (build 17314.706)

Hi @cmvalma ,

This message is shown by VS Code itself, not the extension. If you click Do you want to open it anyway? the extension will work.

It appears that Regular .rtf files are stored in unsupported text encoding. If you open it in Sublime, it shows as hexadecimal. Please, fill an issue in VS Code repository, so they could take a look.

Hope this helps