bytemode         1170 src/string.c   static inline void string_putc(ScmChar ch, ScmPort *port, int bytemode)
bytemode         1182 src/string.c           if (ch < ' ' || ch == 0x7f || (bytemode && ch >= 0x80)) {