1 Star 0 Fork 15

yangbo/perl-XML-LibXML

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-0002-Correct-some-broken-grammar-spelling-syntax-etc.patch 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
From af276c6137405ce2ab7ade54e74dbf81237f41e6 Mon Sep 17 00:00:00 2001
From: Shlomi Fish <[email protected]>
Date: Thu, 24 Jun 2021 15:47:10 +0300
Subject: [PATCH 02/11] Correct some broken grammar / spelling / syntax / etc.
See https://duckduckgo.com/?q=english+grammar&ia=web ;
https://duckduckgo.com/?q=english+spelling&ia=web and for the lighter side:
* https://www.youtube.com/watch?v=8Gv0H-vPoDc
* https://shlomif.livejournal.com/53966.html
* http://i.imgur.com/HL1ZR.jpg .
---
docs/libxml.dbk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/libxml.dbk b/docs/libxml.dbk
index b307510..598554d 100644
--- a/docs/libxml.dbk
+++ b/docs/libxml.dbk
@@ -2599,7 +2599,7 @@ print {$out_fh} $doc-&gt;toString;</programlisting>
<para><emphasis>toStringHTML</emphasis> serialize the tree to a byte string in the document encoding as HTML. With this method indenting is automatic and managed by
libxml2 internally. Note the string must contain
- &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; (and not newer &lt;meta charset="utf-8"&gt;),
+ &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8"&gt; (rather than the newer &lt;meta charset="utf-8"&gt;),
else all non-ASCII will become entities.</para>
</listitem>
</varlistentry>
--
2.39.0.windows.2
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yangbo2022/perl-XML-LibXML.git
[email protected]:yangbo2022/perl-XML-LibXML.git
yangbo2022
perl-XML-LibXML
perl-XML-LibXML
master

搜索帮助