Displaying 1 result from an estimated 1 matches for "typemap_unicod".
Did you mean:
  typemap_unicode
  
2005 Nov 28
1
WxRuby2 Unicode
Hi
Please find some bits n pieces for CVS for Wxruby2''s unicode support
1) a patch for typemap.i (typemap_unicode.patch) - this makes methods 
that return strings (eg TextCtrl#get_value) return them as proper UTF8 
strings. Currently, if the strings contain non-latin characters, an 
empty string is returned. This should only affect unicode builds, 
according to the method docs.
2) a sample (unicode.rb) and a...