How can I enforce so Notepad++ uses UTF-8 every time I create a new file?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Peaceful Mind
--
Chapters
00:00 How Can I Enforce So Notepad++ Uses Utf-8 Every Time I Create A New File?
00:27 Accepted Answer Score 25
00:48 Answer 2 Score 3
01:15 Thank you
--
Full question
https://superuser.com/questions/292086/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#notepad++ #characterencoding #utf8
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Peaceful Mind
--
Chapters
00:00 How Can I Enforce So Notepad++ Uses Utf-8 Every Time I Create A New File?
00:27 Accepted Answer Score 25
00:48 Answer 2 Score 3
01:15 Thank you
--
Full question
https://superuser.com/questions/292086/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#notepad++ #characterencoding #utf8
#avk47
ACCEPTED ANSWER
Score 25
Go to
Settings -> Preferences -> New Document/ Open Save Directory
and then in
New Document -> Encoding
check UTF8 without BOM
You might also want to tick "Apply to opened ANSI files":
ANSWER 2
Score 3
Just bumping once again here at superuser
Step 1: Settings -> Preferences -> New Document ->[Encodng] UTF-8 without BOM (check Apply to opened ANSI files)
but any how it hadn't solved mine , i searched out and found that its a bug!
Notepad++ v6.4.5 bug fixes:
1.Fix a crash issue while there's missing tag in functionList.xml.
2.Fix UTF-8 (w/o BOM) detection bug.
Step 2: That's all have an update to >= v6.4.5 and follow Step 1