Vscode: Add Encoding cp 850

Created on 30 Mar 2017  路  9Comments  路  Source: microsoft/vscode

Hello together

I'm developer in a Company that uses serveral different languages for Scripting.

I have to do some sort of Scripts in Codepage 850 for correct functionality.
If you guys could include this Encoding in VSC i would be able to do all my stuff (c#, java, JavaScript and that "oldscool Thing") in one and the same editor.

I'd really love that :)

Regards
Raydir

feature-request file-explorer verification-needed verified

Most helpful comment

We can probably add it since iconv-lite seems to support it.

@Raydir is there no other encoding we provide that can deal with cp850, e.g. windows1252?

All 9 comments

We can probably add it since iconv-lite seems to support it.

@Raydir is there no other encoding we provide that can deal with cp850, e.g. windows1252?

Hey there
Sadly windows-1252 isnt the same as it is ansi based. Cp850 is western european MSDOS (ASCII) https://de.m.wikipedia.org/wiki/Codepage_850

I'love to have CP850 in VSCode.

:)

Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail gesendet.Am 30.03.2017, 09:41, Benjamin Pasero notifications@github.com schrieb:
We can probably add it since iconv-lite seems to support it.
@Raydir is there no other encoding we provide that can deal with cp850, e.g. windows1252?

鈥擸ou are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or mute the thread.

This is needed in batch (.bat, .cmd) to draw boxes and display international characters.

@freMea this is true.

It is also used by Microsoft Dynamics NAV when exporting objects to text file (at least in Denmark). As the danish language contains special characters (忙 酶 氓) they get corrupted when editing a file in VS Code and importing it back into NAV.

Please fix, so I can uninstall my other text editor, which supports CP 850.

Added to the end of encodings:

image

Verification: verify you can pick the encoding and save files with that encoding.

Unfortunately you won't be able to search them without "search.useRipgrep": false

@bpasero thanx for working on this issue!
Worked perfectly in the Insider build. 馃憤

Was this page helpful?
0 / 5 - 0 ratings