Cite This Page
Bibliographic details for Read a file character by character/UTF8
- Page name: Read a file character by character/UTF8
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 8 August 2024 06:44 UTC
- Date retrieved: 28 March 2025 12:35 UTC
- Permanent URL: https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236
- Page Version ID: 368236
Citation styles for Read a file character by character/UTF8
APA style
Read a file character by character/UTF8. (2024, August 8). Rosetta Code. Retrieved 12:35, March 28, 2025 from https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236.
MLA style
"Read a file character by character/UTF8." Rosetta Code. 8 Aug 2024, 06:44 UTC. 28 Mar 2025, 12:35 <https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236>.
MHRA style
Rosetta Code contributors, 'Read a file character by character/UTF8', Rosetta Code, 8 August 2024, 06:44 UTC, <https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236> [accessed 28 March 2025]
Chicago style
Rosetta Code contributors, "Read a file character by character/UTF8," Rosetta Code, https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236 (accessed March 28, 2025).
CBE/CSE style
Rosetta Code contributors. Read a file character by character/UTF8 [Internet]. Rosetta Code; 2024 Aug 8, 06:44 UTC [cited 2025 Mar 28]. Available from: https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236.
Bluebook style
Read a file character by character/UTF8, https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236 (last visited March 28, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Read a file character by character/UTF8 --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236", note = "[Online; accessed 28-March-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 = "Read a file character by character/UTF8 --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Read_a_file_character_by_character/UTF8?oldid=368236}", note = "[Online; accessed 28-March-2025]" }