rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
162 stars 64 forks source link

Do not perform UTF-8 conversions #138

Closed rtbo closed 2 years ago

rtbo commented 2 years ago

All strings are treated as bytes. Rationale: X protocol specifies that strings are latin1 encoded.