PHM Notepad


Concepts
Notepad Overview

How To...
Wrap text to the window size
Cut, copy, paste, or delete text
Insert the time and date in a document
Append a log to a document

References
Using different language formats in Notepad


Overview

Notepad is a basic text editor that you can use to create simple documents.
The most common use for Notepad is to view or edit text (.txt) files, but many users find Notepad a simple tool for creating Web pages.

Because Notepad supports only very basic formatting, you cannot accidentally save special formatting in documents that need to remain pure text.
This is especially useful when creating HTML documents for a Web page because special characters or other formatting may not appear in your published Web page or may even cause errors.

You can save your Notepad files as Unicode, ANSI, big-endian Unicode, or UTF-8.
These formats provide you greater flexibility when working with documents that use different character sets.


To wrap text to the window size

Notes


To cut, copy, paste, or delete text


To insert the time and date in a document

  1. Move the cursor to where you want to add the time and date.
  2. On the Edit menu, tap Time/Date.


To append a log to a document

  1. On the first line of a Notepad document, type the following extension at the left margin, making sure you use all uppercase letters and include the period:
    .LOG
  2. On the File menu, tap Save.

Notes


Using different language formats in Notepad

Notepad allows you to create and open documents in several different formats: ANSI, Unicode, or big-endian Unicode.
These formats allow you to work with documents that use different character sets.

By default, your documents will be saved as standard ANSI text.

Unicode is a superset of all the major scripts of the world.
It includes character sets common to business and computer use.
When you save a document in Unicode, you can use Unicode control characters to help with text flow and direction for languages such as Arabic and Hebrew.

Some fonts cannot display all of the Unicode characters.
If you see any characters missing in your text file, you can change the font to one that includes the character.
Generally, Microsoft Sans Serif is a good choice for Unicode characters.

The bytes (a unit of storage) in a word in a Unicode document created on a big-endian processor, such as the Macintosh, are arranged in an order opposite to that of the bytes in a word in a document created on an Intel processor.
The most significant byte has the lowest address, with the word stored big end first.
To make your documents accessible to users on these types of computers, save your Notepad file in the big-endian Unicode format.

UTF stands for Universal Character Set Transformation Format.
UTF-8 is the 8-bit form of Unicode.
Save your document in UTF-8 if you are using older transmission media that support only 8 bits of significant data within individual bytes.