Cite This Page
Bibliographic details for UTF-8 encode and decode
- Page name: UTF-8 encode and decode
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 November 2024 14:42 UTC
- Date retrieved: 15 January 2025 15:47 UTC
- Permanent URL: https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556
- Page Version ID: 373556
Citation styles for UTF-8 encode and decode
APA style
UTF-8 encode and decode. (2024, November 20). Rosetta Code. Retrieved 15:47, January 15, 2025 from https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556.
MLA style
"UTF-8 encode and decode." Rosetta Code. 20 Nov 2024, 14:42 UTC. 15 Jan 2025, 15:47 <https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556>.
MHRA style
Rosetta Code contributors, 'UTF-8 encode and decode', Rosetta Code, 20 November 2024, 14:42 UTC, <https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556> [accessed 15 January 2025]
Chicago style
Rosetta Code contributors, "UTF-8 encode and decode," Rosetta Code, https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556 (accessed January 15, 2025).
CBE/CSE style
Rosetta Code contributors. UTF-8 encode and decode [Internet]. Rosetta Code; 2024 Nov 20, 14:42 UTC [cited 2025 Jan 15]. Available from: https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556.
Bluebook style
UTF-8 encode and decode, https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556 (last visited January 15, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "UTF-8 encode and decode --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556", note = "[Online; accessed 15-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "UTF-8 encode and decode --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/UTF-8_encode_and_decode?oldid=373556}", note = "[Online; accessed 15-January-2025]" }