Nov 07 2019 12:55 AM
Hello,
does anyone know if you can re-enable ANSI encoding by registry in the notepad, instead of the default UTF8 encoding, which is given since Windows 10 version 1903.
Nov 07 2019 02:50 AM
Nov 07 2019 05:29 PM
My question is to change UTF-8 to ANSI. I'm not curious about changing from ANSI to UTF-8.
Jul 17 2020 07:21 AM
- In Regedit go to Computer\HKEY_CURRENT_USER\Software\Microsoft\Notepad
- in the menu select edit/new/DWORD
- in the DWORD name enter iDefaultEncoding and enter value 1 as hexadecimal (it will automatically display as 0x0000001 (1) once you press OK)
[HKEY_CURRENT_USER\Software\Microsoft\Notepad]
"iDefaultEncoding"=dword:00000001
1 = ANSI ; 2 = UTF-16 LE ; 3 = UTF-16 BE ; 4 = UTF-8 BOM ; 5 = UTF-8
Aug 07 2020 04:51 AM
Very helpfull.
You should not by any chance have the value corresponding to "1252 Western Europe (Windows)" as well ?
Aug 07 2020 09:15 AM
1 = ANSI is "1252 Western Europe (Windows)" on all Western Europe, USA, and Canada versions of Windows
Nov 25 2020 05:01 PM
@cam_amoi I followed the procedure and entered 1 for ANSI. I then saved the file as an
ANSI file but it is still saving the files in UTF-8.
Dec 09 2020 01:05 AM
@Larry6631 same here I still have no clue how to change it back to ANSI :(
Sep 02 2021 01:29 AM
Go to regional options (From run window, run intl.cpl),
click on Administrative tab,
click "Change System Locale"
and make sure checkbox is off for "Beta: Use Unicode UTF-8 for worldwide language support" (requires reboot when changed)
Sep 15 2022 09:06 AM
@bom99 Doesnt work.