Jump to content
SSForum.net is back!

Recommended Posts

Posted (edited)

I have been using Notepad++ for a few years now, but here is something I have to nitpick about:

 

Notepad++

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>

	<title>My Assignments</title>

	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

	<meta http-equiv="Content-Language" content="en-us" />

</head>

<body>

 

Notepad

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 4.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
	<title>My Assignments</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
	<meta http-equiv="Content-Language" content="en-us" />
</head>
<body>

(copied and pasted and it looked like Notepad++, but in Notepad there are no empty lines in between everything)

 

Encoding type according to Notepad++: Macintosh ISO 8859-1

 

Which is incorrect unless Notepad++ is a complete piece of steaming poop, because I distinctly remember doing CTRL+A and "Convert to ANSI" a week ago in attempt to remove these "every other line empty-line" problem.

 

Second, why does it show "Macintosh"? That's absolute rubbish and bogus. My files have never been on a Mac system, and there is no option in Notepad++ to change that.

 

 

 

I open another file. Same problem in Notepad++, except it shows UTF-8 instead of ISO 8859-1.

 

 

 

I open another file. Problem does not exist in Notepad++, but it shows "ANSI as UTF-8" instead of ISO 8859-1. And in Notepad, it shows everything on ONE line.

 

 

 

What's wrong with Notepad++ and Winblows? I ran "Convert to ANSI" on all these files a week ago! This is frustrating. :unsure:

Edited by L.C.

BlueT Network Administrator

SSCV Network Administrator

Jackpot SVS System Operator

http://www.hlrse.net/Qwerty/randomsubsbar.jpg

http://www.hlrse.net/Qwerty/BlueToastWebhosting.gif

Posted

TextFX > TextFX Edit > Delete Blank Lines

TextFX > TextFX Edit > Delete Surplus Blank Lines

 

You probably used an editor (at some point) that places a drop line without showing it.

Posted

Why are you using charset=iso-8859-1 if you're saving it in ANSI?

Why would this matter? That's just a piece of text in a file. Has nothing to do with the encoding of the file itself (but only for how the browser should treat it).

BlueT Network Administrator

SSCV Network Administrator

Jackpot SVS System Operator

http://www.hlrse.net/Qwerty/randomsubsbar.jpg

http://www.hlrse.net/Qwerty/BlueToastWebhosting.gif

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...