Skip to content

Traducido archivo c-api/unicode #2147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 24, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
martorelli617 and cmaureir authored Nov 1, 2022
commit 22d387e01ebf95e919dd7b3b06df5160bb4fcae0
4 changes: 2 additions & 2 deletions c-api/unicode.po
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ msgstr ""
"Retorna una de las constantes de tipo ``PyUnicode`` (ver arriba) que indican "
"cuántos bytes por carácter utiliza este objeto Unicode para almacenar sus "
"datos. *o* tiene que ser un objeto Unicode en la representación \"canónica"
"\" (no marcada)."
"\" (no verificada)."

#: ../Doc/c-api/unicode.rst:165
msgid ""
Expand Down Expand Up @@ -607,7 +607,7 @@ msgid ""
"range, it will be transformed into UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."
msgstr ""
"Si es necesario, la entrada *buffer* se copia y se transforma en la "
"representación canónica. Por ejemplo, si el *buffer* es una cadena UCS4 (:c:"
"representación canónica. Por ejemplo, si el *buffer* es una cadena de caracteres UCS4 (:c:"
"macro:`PyUnicode_4BYTE_KIND`) y consta solo de puntos de código en el rango "
"UCS1, se transformará en UCS1 (:c:macro:`PyUnicode_1BYTE_KIND`)."

Expand Down