We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94958ee commit f473e7bCopy full SHA for f473e7b
src/Data/Text/IO.hs
@@ -116,14 +116,14 @@ readChunkEof hh buf = do t <- readChunk hh buf
116
-- cannot guarantee reading an exact number of bytes. Instead, it reads
117
-- complete characters up to the handle's internal buffer limit.
118
--
119
--- == Buffer Size
+-- === Buffer Size
120
121
-- The maximum chunk size is determined by the handle's internal character
122
-- buffer, which is set to 2048 characters (not bytes) by the GHC runtime
123
-- constant @dEFAULT_CHAR_BUFFER_SIZE@. This buffer size cannot be modified
124
-- through any public API.
125
126
--- == UTF-8 Considerations
+-- === UTF-8 Considerations
127
128
-- When working with UTF-8 encoded text:
129
0 commit comments