The big UTF8 changeover...
- From: Christian Borup <borup borup com>
- To: Gtk+ Perl <gtk-perl-list gnome org>
- Subject: The big UTF8 changeover...
- Date: 30 Oct 2002 21:40:40 +0100
Hi all
I've just comitted a rather large patch, it touches pretty much every C
file in Gtk2/src.
I added a typemap that makes sure that Inline/XS treats all gchar* as
utf8. What this means is that when a SV* is passed to a gchar*,
sv_utf8_upgrade is run on is first. And when a gchar* is passed back the
utf8 flag is set on the resulting SV*.
Problems remain in TextBuffer.c and TreeViewColumn.c (only in
new_with_attributes), as they mess way more with SV* than they should.
All tutorials run as well as they did before (selections.pl is broken
for me).
Shout if I've broken something I shouldn't have.
./borup
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]