documentation: removing the korean characters out of the example. Was breaking the build at LaTeX generation time.

This commit is contained in:
Danny Yoo 2012-11-04 18:20:54 -07:00
parent 81dc3bae37
commit 0fa78a8cee

View File

@ -154,10 +154,9 @@ Like @racket[read-string], but reads bytes and produces a byte string.}
@examples[#:eval si-eval
(let ([ip (open-input-bytes
(bytes 14
(bytes 6
115 101 99 114 101
116 58 32 235 185
132 235 176 128))])
116))])
(define length (read-byte ip))
(bytes->string/utf-8 (read-bytes length ip)))
]