You should use ANSI. Are you typing in just English in the HTML file? Then that's all you need.
See, ANSI is great if the only language in the world is English. Obviously, there's more like Spanish, French, Chinese, Japanese, Russian, etc.. Unicodc figures out how to deal with all these languages. Then you have Unicode encodings, which takes Unicode and makes it usable on computers.
So in Notepad, Unicode stands for the encoding UTF-16 LE, Unicode big endian for UTF-16 BE, and UTF-8. Three different encodings. I would normally recommend you use UTF-8, but you shouldn't in Notepad. That's because it puts something called a Byte Order Mark (BOM). You don't need to worry about the details, but just know that this BOM causes trouble in UTF-8 documents.
I use a better text editor like vim or Notepad++ that allows me to save my documents in UTF-8 _without_ the BOM. You should too. Actually, you are using Notepad to write HTML, right? Wow, that's horrible. Notepad is a terrible text editor.
Just google for plain text editors and download something better. Here's a number of choices: Notepad++, Cream (google "Cream vim"), PsPad, UltraEdit (costs money), Aptana (actually an IDE you might find useful).
2007-03-22 00:22:28
·
answer #1
·
answered by csanon 6
·
1⤊
0⤋
ANSI is the Proper Encoding to Use, The other Encodings when Viewed in a Browser Add a Space in between Characters or Add Squares instead of Line Feeds (Pressing Enter)
I do Advise though if planning on HTML Coding to get a Better Program, i Suggest Programmers Notepad 2, Including Stnax Highlighting and other Items and It opens/Saves/read Files Quicker and its more lightweight
2007-03-21 20:26:20
·
answer #2
·
answered by Anonymous
·
1⤊
1⤋
Notepad Encoding
2016-10-14 11:06:01
·
answer #3
·
answered by aispuro 4
·
0⤊
0⤋
Use the default setting. That's what I do, and I get no errors.
Also, you might want to get "Notepad Plus Plus" (Notepad++) because it has the ability to recognize programming languages.
2007-03-21 20:19:35
·
answer #4
·
answered by RedMantra 2
·
1⤊
0⤋
I would check out the W3C (The World Wide Web Consortium)
http://www.w3.org
You could use their validator on your site:
http://validator.w3.org/
It will tell you what the standards are if it comes across an error. Hope this helps :c)
2007-03-21 20:25:16
·
answer #5
·
answered by James 3
·
0⤊
0⤋
In Gmail yes you can under Settings.
2016-03-28 23:16:22
·
answer #6
·
answered by Anonymous
·
0⤊
0⤋
ANSI is the one you want
2007-03-23 06:57:47
·
answer #7
·
answered by glynn.alexander 3
·
0⤊
0⤋
notepad uses ANSI
not going to do your homework
2007-03-21 21:53:34
·
answer #8
·
answered by Anonymous
·
0⤊
2⤋