Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101719b commit 8ef5b0fCopy full SHA for 8ef5b0f
1 file changed
howto/unicode.po
@@ -918,17 +918,17 @@ msgstr "识别 Unicode 的编程技巧 "
918
msgid ""
919
"This section provides some suggestions on writing software that deals with "
920
"Unicode."
921
-msgstr ""
+msgstr "本节提供了一些关于编写 Unicode 处理软件的建议。 "
922
923
#: ../../howto/unicode.rst:670
924
msgid "The most important tip is:"
925
+msgstr "最重要的技巧如下:"
926
927
#: ../../howto/unicode.rst:672
928
929
"Software should only work with Unicode strings internally, decoding the "
930
"input data as soon as possible and encoding the output only at the end."
931
+msgstr "程序应只在内部处理 Unicode 字符串,尽快对输入数据进行解码,并只在最后对输出进行编码。"
932
933
#: ../../howto/unicode.rst:675
934
0 commit comments