FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

TextDecoder and TextEncoder by homero304 · Pull Request #338 · javascript-tutorial/es.javascript.info · GitHub

TextDecoder and TextEncoder - #338

Merged
joaquinelio merged 3 commits into
javascript-tutorial:masterfrom
homero304:TextDecoder-and-TextEncoder
Aug 11, 2020
Merged

TextDecoder and TextEncoder#338
joaquinelio merged 3 commits into
javascript-tutorial:masterfrom
homero304:TextDecoder-and-TextEncoder

Conversation

Copy link
Copy Markdown
Contributor

Buenas tardes, podrian revisar mi pull request de favor?
gracias

saludos,
Homero Enrique Marin Galindo

CLAassistant commented Aug 9, 2020
edited
Loading

Copy link
Copy Markdown


All committers have signed the CLA.

homero304 changed the title traduccion al espaniol TextDecoder and TextEncoder Aug 9, 2020
joaquinelio self-requested a review August 9, 2020 18:27

joaquinelio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Muy bueno.
Las unicas objeciones son de estilo.

NOTA: código.
Parece bien hecho, acá es fácil de seguir,
pero usualmente no nos arriesgamos a modificar más que los // comentarios
porque, programadores, nos gusta adornarlos con bugs.
Si loss modificas, sería bueno que tengas el server local instalado para probarlos.

Comment thread 4-binary/02-text-decoder/article.md Outdated
## TextEncoder

[TextEncoder](https://encoding.spec.whatwg.org/#interface-textencoder) does the reverse thing -- converts a string into bytes.
[TextEncoder](https://encoding.spec.whatwg.org/#interface-textencoder) hace lo contrario -- convierte un string en bytes.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

El doble guion -- es convertido por el server en guion largo — (no se ve asi en el git) .
En español el uso es — algo — distinto.

A veces lo dejo cuando es una lissta porque se ve maás claro,
opcion — hace tal cosa
opcion — hace tal cosa

pero como lo usa acá se ve mejor cambiarlo por ":"

Suggested change
[TextEncoder](https://encoding.spec.whatwg.org/#interface-textencoder) hace lo contrario -- convierte un string en bytes.
[TextEncoder](https://encoding.spec.whatwg.org/#interface-textencoder) hace lo contrario: convierte un string en bytes.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

/done

Comment thread 4-binary/02-text-decoder/article.md Outdated
¿Qué pasa si los datos binarios son en realidad un string? Por ejemplo, recibimos un archivo con datos textuales.

The build-in [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) object allows to read the value into an actual JavaScript string, given the buffer and the encoding.
Al proporcionar el búfer y la codificación, el objeto [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) nos permite leer el texto de un conjunto de datos binarios y convertirlo en un dato de tipo string de JavaScript.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

No está NADA mal,
pero que el objeto importante esté al principio, (a veces combinado con la voz pasiva) tiene un propósito didáctico.
bufer y codificacion, secundarioss, quedan relegados al final de la oración

Suggested change
Al proporcionar el búfer y la codificación, el objeto [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) nos permite leer el texto de un conjunto de datos binarios y convertirlo en un dato de tipo string de JavaScript.
El objeto [TextDecoder](https://encoding.spec.whatwg.org/#interface-textdecoder) nos permite leer el texto de un conjunto de datos binarios y convertirlo en un dato de tipo string de JavaScript, dados el búfer y la codificación.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

/done

Copy link
Copy Markdown

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

Copy link
Copy Markdown
Contributor Author

Si, para ver los cambios, tengo el server corriendo local en la computadora

Copy link
Copy Markdown
Contributor Author

/done

joaquinelio left a comment
edited
Loading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

👍
bytheway,
podes discutirme las sugerencias, o rescribirlas, nadie es perfecto.
Edit:
Noto que me siguen figurando las recomendaciones,
supongo que las hiciste localmente y las subiste, lo que me da igual,
Pero si aceptaste las modificaciones "tal cual" las puse, es mucho más rápido usar el botón
"commit suggestion"

vplentinax left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Todo Ok!

joaquinelio merged commit b3ff949 into javascript-tutorial:master Aug 11, 2020

Copy link
Copy Markdown

Thank you 💖 I updated the Progress Issue #17 🎉 🎉 🎉

homero304 deleted the TextDecoder-and-TextEncoder branch August 19, 2020 09:50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL