This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: libstdc++/9874: filebuf::seekpos fails if codecvt::encoding() <= 0


>     Confirmed. Support for state dependent/variable length
>     encodings is not really implemented presently in the library.

I agree that state-dependent isn't supported, but at least for
UTF-8, it is possible to do almost everything except seek, read
from files bigger than BUFSIZ bytes, and read from wcin (and
I've posted a patch that fixes that).

Petur



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]