Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Saving a document encoded in extended ASCII in Notepad++ [closed]

I would like to know how to save a document using Notepad++ encoded in extended ASCII. When I select ANSI encoding, it is saved as UTF-8 codification (I checked it in HxD, program to see hex data file).

like image 299
Carlos Peláez González Avatar asked Jan 20 '26 02:01

Carlos Peláez González


1 Answers

You can't do it with Notepad++. The best way is to paste your text into Wordpad and then save as MS-DOS text format.

like image 188
Alex Avatar answered Jan 21 '26 20:01

Alex