Cite This Page
Bibliographic details for Encoding issues
- Page name: Encoding issues
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 23 May 2021 13:45 UTC
- Date retrieved: 16 September 2024 15:28 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413
- Page Version ID: 64413
Citation styles for Encoding issues
APA style
Encoding issues. (2021, May 23). HaskellWiki, . Retrieved 15:28, September 16, 2024 from https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413.
MLA style
"Encoding issues." HaskellWiki, . 23 May 2021, 13:45 UTC. 16 Sep 2024, 15:28 <https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413>.
MHRA style
HaskellWiki contributors, 'Encoding issues', HaskellWiki, , 23 May 2021, 13:45 UTC, <https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413> [accessed 16 September 2024]
Chicago style
HaskellWiki contributors, "Encoding issues," HaskellWiki, , https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413 (accessed September 16, 2024).
CBE/CSE style
HaskellWiki contributors. Encoding issues [Internet]. HaskellWiki, ; 2021 May 23, 13:45 UTC [cited 2024 Sep 16]. Available from: https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413.
Bluebook style
Encoding issues, https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413 (last visited September 16, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Encoding issues --- HaskellWiki{,} ", year = "2021", url = "https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413", note = "[Online; accessed 16-September-2024]" }
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 = "HaskellWiki", title = "Encoding issues --- HaskellWiki{,} ", year = "2021", url = "\url{https://wiki.haskell.org/index.php?title=Encoding_issues&oldid=64413}", note = "[Online; accessed 16-September-2024]" }