gtk-rs-core icon indicating copy to clipboard operation
gtk-rs-core copied to clipboard

Bind `g_utf8` / `g_unichar` APIs

Open sdroege opened this issue 1 year ago • 0 comments

std doesn't have almost anything of that, and the crate implementing all that seems is using icu, which is huge and annoying to build. The utf8 APIs should probably take &GStr / GString, otherwise we end up creating lots of copies.

sdroege avatar Sep 05 '22 13:09 sdroege