1111# Siyuan Xu <[email protected] >, 20191212# ppcfish <[email protected] >, 20191313# 1lin24 <[email protected] >, 202014+ # Dai Xu <[email protected] >, 20211415#
1516#, fuzzy
1617msgid ""
@@ -19,7 +20,7 @@ msgstr ""
1920"Report-Msgid-Bugs-To : \n "
2021"POT-Creation-Date : 2021-01-01 05:02+0000\n "
2122"PO-Revision-Date : 2017-02-16 17:46+0000\n "
22- "Last-Translator : 1lin24 <1lin24@sina .com>, 2020 \n "
23+ "Last-Translator : Dai Xu <daixu61@hotmail .com>, 2021 \n "
2324"Language-Team : Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n "
2425"MIME-Version : 1.0\n "
2526"Content-Type : text/plain; charset=UTF-8\n "
@@ -44,7 +45,7 @@ msgid ""
4445"This HOWTO discusses Python's support for the Unicode specification for "
4546"representing textual data, and explains various problems that people "
4647"commonly encounter when trying to work with Unicode."
47- msgstr "本指南讨论了 Python 对于表达文本数据的 Unicode 规范的支持,并且解释了人们试图使用 Unicode 时经常遇到的问题 。"
48+ msgstr "本文介绍了 Python 对表示文本数据的 Unicode 规范的支持,并对各种 Unicode 常见使用问题做了解释 。"
4849
4950#: ../../howto/unicode.rst:15
5051msgid "Introduction to Unicode"
@@ -65,8 +66,8 @@ msgid ""
6566" representing characters, which lets Python programs work with all these "
6667"different possible characters."
6768msgstr ""
68- "如今的程序需要具有处理许多不同类型字符的能力。应用程序常常需要国际化以便以用户可选择的不同语言显示信息和输出 。同一个程序可能需要以英语、法语、日语、希伯来语或俄语输出错误信息。网页内容可能由任何语言写成 ,并且可能包含不同的表情符号。Python"
69- " 的字符串类型使用 Unicode 标准来表示字符,这使 Python 程序能够正常处理所有这些可能的字符 。"
69+ "如今的程序需要能够处理各种各样的字符。应用程序通常做了国际化处理,用户可以选择不同的语言显示信息和输出数据 。同一个程序可能需要以英语、法语、日语、希伯来语或俄语输出错误信息。网页内容可能由这些语言书写 ,并且可能包含不同的表情符号。Python"
70+ " 的字符串类型采用 Unicode 标准来表示字符,使得 Python 程序能够正常处理所有这些不同的字符 。"
7071
7172#: ../../howto/unicode.rst:30
7273msgid ""
0 commit comments