On this page
io.github.libtmux.internal.Utf8.Utf8
- Module
- io.github.libtmux.internal.Utf8
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/internal/Utf8.java
-
Byte-preserving UTF-8 decoding shared by process and control transports.
1 declared, 0 inherited
Members
- backslashReplace method Decodes valid UTF-8 and writes each malformed byte as a recoverable
\xNNescape.