Home > Development Tools > notepad > body text

Notepad uses Unix encoding format by default

藏色散人
Release: 2020-04-13 17:43:11
forward
5645 people have browsed it

Notepad uses Unix encoding format by default

How to use notepad?

Notepad uses Unix encoding format by default:

Since the line breaks under Windows are different from those under Unix, programs edited under Windows will appear at the end of each line if viewed under Linux. The "^M" symbol is actually "\r". Line breaks under Windows are "\r" and "\n", while under Linux it is "\n" without "\r", so "\r" will be processed separately. display.

If you want to use Notepad to convert Windows style files to Unix style:

Edit-> File Format Conversion-> ; Convert to XXX format

If you want new files created by Notepad to use a certain encoding style by default:

Settings-> Preferences-> New-> Format-> ; Windows/Unix/Mac

The above is the detailed content of Notepad uses Unix encoding format by default. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template