summaryrefslogtreecommitdiff
path: root/README.cn
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-03 18:50:38 +0200
committerYves Orton <demerphq@gmail.com>2022-09-05 20:39:49 +0200
commit108b5e9d6ce986b66cc9fb02e28db203021d79b9 (patch)
treea526540db6a580ecf49b39ceb41044bce9f14061 /README.cn
parentebf8e1962065fb9f16a6f6c76fa3c0d49d6e7193 (diff)
downloadperl-108b5e9d6ce986b66cc9fb02e28db203021d79b9.tar.gz
Move '=encoding utf8' after preamble
All the READMEs start with a preamble describing that the file is written in the POD format. When the '=encoding' line is put before the preamble then the preamble is also rendered when viewing the file with `perldoc` (and/or when viewing the file as POD). Fix: move '=encoding' to the place where the actual POD starts.
Diffstat (limited to 'README.cn')
-rw-r--r--README.cn4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.cn b/README.cn
index 05c2db6b07..a12482f077 100644
--- a/README.cn
+++ b/README.cn
@@ -1,9 +1,9 @@
-=encoding utf8
-
如果你用一般的文字编辑器阅览这份文件, 请忽略文中奇特的注记字符.
这份文件是以 POD (简明文件格式) 写成; 这种格式是为了能让人直接阅读,
而特别设计的. 关于此格式的进一步信息, 请参考 perlpod 在线文档.
+=encoding utf8
+
=head1 NAME
perlcn - 简体中文 Perl 指南