Added a comment about why input-transcoder-attrs is missing

'utf-8-codec stuff (bug 176456)
This commit is contained in:
Abdulaziz Ghuloum 2007-12-14 19:45:50 -05:00
parent 5deeb28bbe
commit 08ac2d02f9
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@
[(and (eq? 'latin-1-codec (transcoder-codec x))
(eq? 'none (transcoder-eol-style x)))
(fxior textual-input-port-bits fast-u8-text-tag)]
;;; attrs for utf-8-codec are set as part of the
;;; bom-reading dance when the first char is read.
[else textual-input-port-bits]))
(define (output-transcoder-attrs x)