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: 16 October 2022 11:40 UTC
- Date retrieved: 30 March 2023 07:42 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989
- Page Version ID: 331989
Citation styles for Read a file character by character/UTF8
APA style
Read a file character by character/UTF8. (2022, October 16). Rosetta Code, . Retrieved 07:42, March 30, 2023 from https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989.
MLA style
"Read a file character by character/UTF8." Rosetta Code, . 16 Oct 2022, 11:40 UTC. 30 Mar 2023, 07:42 <https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989>.
MHRA style
Rosetta Code contributors, 'Read a file character by character/UTF8', Rosetta Code, , 16 October 2022, 11:40 UTC, <https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989> [accessed 30 March 2023]
Chicago style
Rosetta Code contributors, "Read a file character by character/UTF8," Rosetta Code, , https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989 (accessed March 30, 2023).
CBE/CSE style
Rosetta Code contributors. Read a file character by character/UTF8 [Internet]. Rosetta Code, ; 2022 Oct 16, 11:40 UTC [cited 2023 Mar 30]. Available from: https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989.
Bluebook style
Read a file character by character/UTF8, https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989 (last visited March 30, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Read a file character by character/UTF8 --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989", note = "[Online; accessed 30-March-2023]" }
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 = "2022", url = "\url{https://rosettacode.org/w/index.php?title=Read_a_file_character_by_character/UTF8&oldid=331989}", note = "[Online; accessed 30-March-2023]" }