Skip to main content

All Questions

3 votes
1 answer
11k views

My text file is riddled with question marks. How can I make it readable?

When I open one of my text files in Visual Studio Code, the text contains a lot of question marks where I had expected to see Swedish letters, such as å, ä, ö : ^ click to enlarge Down to the right (...
Henke - Нава́льный П с м's user avatar
2 votes
1 answer
4k views

Stop VS Code from auto guessing encoding

I use VS Code to make a German site. I use a German special character in a style.css file. After restarting VS Code and changing the file encoding from UTF-8 to Windows-1252, I get what is shown in ...
Md. Mehedi Hassan's user avatar
5 votes
2 answers
21k views

What is the difference between Windows-1252 and ANSI encoding?

I'm trying to convert UTF-8 to ANSI encoding through a tool. But it shows Western European (Windows)-1252 instead of ANSI. Are they both the same thing? Should I go ahead with this?
Abd's user avatar
  • 119
35 votes
1 answer
151k views

ANSI to UTF-8 in Notepad++

I have a text encoded in ANSI: When I tried to convert it into UTF-8 (using the Notepad++ menu Encoding > UTF-8), I get some weird characters: I thought that UTF-8 was a superset of ANSI and that I ...
user3658425's user avatar
1 vote
2 answers
2k views

ANSI file with charSet with latin character

I´m with a doubt about encoding/charset. I make a test. Typing the string "TEST Á" without the quotes in Notepad++ with encode in ANSI. "The ANSI charsets are all the same for ASCII characters such ...
Jeferson Tenorio's user avatar