On Tue, Mar 25, 2008 at 7:35 AM, Eero Pajarre <[EMAIL PROTECTED]> wrote:
> >  >>
>  >  >> WXDLLIMPEXP_WXLUA wxString lua2wx(const char* luastr)
>  >  >> {
>  >  >>  return wxString(luastr, *wxConvCurrent);
>  >  >> }
>  >  >>
>  >  >> const WXDLLIMPEXP_WXLUA wxCharBuffer wx2lua(const wxString& wxstr)
>  >  >> {
>  >  >>  wxCharBuffer buffer(wxstr.mb_str(*wxConvCurrent));
>  >  >>  return buffer;
>  >  >> }
>  >  >>
>
>  I also noticed that I need this patch so that my (WindowsXP
>  non-unicode-wxWidgets)
>  system does not change iso-latin strings when they go through
>  wxTextCtrl:SetValue - GetValue
>  pair.
>
>  Shouldn't  this change be in CVS already?  :-)
>
>  (Doesn't seem to be there)

Thanks for reminding me, I had completely forgotten about it. In CVS now.

Regards,
    John

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to