29 Jun
2005
29 Jun
'05
5:17 p.m.
Quoting David Yip <yipdw@...635...>:
To mitigate overflow issues with fixed-size buffers in the Inkboard code for message transmission, I'm going to convert the Inkboard messaging code to use strings. However, I'm not really sure what string implementation would be preferred by the Inkscape team. As a lot of Inkboard and Inkscape code use glib facilities, the GString has that advantage, but since we're using C++...
Glib::ustring is the preferred representation for mutable UTF-8 strings.
-mental