io.github.libtmux.internal.Utf8.Utf8.requireEncodableArguments
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.internal.Utf8
- Declared in
- Utf8
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/internal/Utf8.java
-
Refuses argument text this JVM would corrupt on the way to tmux.
Checked here rather than at each call site because every process this library starts is built from one of these lists, and a value that reaches tmux mangled is indistinguishable there from one the caller meant.
- Raises
-
-
UnencodableTextException – if an argument holds non-ASCII text and this JVM's native encoding is not UTF-8
-
0 declared, 0 inherited