mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
429 stars 140 forks source link

[GLib] Optimize string marshalling #186

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

This commit changes the stack to use glib conversions between utf16 and utf8, only doing one iteration of the string on conversion. This patch doesn't handle error checking yet, this is a TODO