Displaying 2 results from an estimated 2 matches for "thisitem".
2005 Jul 24
2
Fwd: fix Choice.cpp unicode string
...choice.rb shows the strings in the
choice box.
One of the few places that missed UTF8 convertion.
--- swig/classes/Choice.i 31 Jan 2005 04:18:52 -0000 1.2
+++ swig/classes/Choice.i 24 Jul 2005 19:18:55 -0000
@@ -14,7 +14,7 @@
for(int i=0; i < $1; ++i)
{
VALUE thisItem = rb_ary_entry($input, i);
- $2[i] = (wxChar *)STR2CSTR(thisItem);
+ $2[i] = wxConvUTF8.cMB2WC(STR2CSTR(thisItem));
}
}
There''s another I think UTF8 problem: The onAbout dialog in caret.rb
uses the (c) character so the string is not shown.
Jani
2006 Jun 13
0
Help debugging superodoctor
...lt;signal handler called>
#3 0x0000003b4a5706c3 in strstr () from /lib64/tls/libc.so.6
#4 0x000000000042e8f8 in smbus_byte_data_read (bustype=0,
smb_base_io_addr=4352,
slave=47, offset=40, data=0x7fbffff45c) at smbus.c:636
#5 0x000000000042c00f in get_item_reading (sThis_System=0x63e010,
thisitem=0x63e480,
parameters=0x63f910, iParameter_Count=38, cRet=0x7fbffff4f0 "0?s")
at sd.c:2131
#6 0x000000000040b411 in create_SD_Table (sThis_System=0x63e010,
spItem=0x63e480,
iItem_Count=19, spParameter=0x63f910, iParameter_Count=38) at
main.c:1798
#7 0x000000000040c146 in main (...