Issue 3: Char encoding
Status:  Fixed
Owner:
Closed:  Dec 2008
Reported by yauhe...@gmail.com, Dec 23, 2008
May be I will be the author of most issues :)). Because we want to use 
this component in real application. So we do as many tests as possible :)

Issue with string parameters in method calls. All non us character 
transferred not correctly. In IE all is ok in active x. In ff all non us 
symbols have problems (for example swedish, german). We use BSTR as 
parameter type in control. I think problem is somewhere in scriptable.h 
invoke. I am trying to investigate this but may be you have other ideas.
Dec 23, 2008
Project Member #1 leeor.ah...@gmail.com
Can't test it atm, but I suggest you look at variants.cpp, line 171:

var->bstrVal = SysAllocString(A2OLE(npvar->value.stringValue.utf8characters));

I suspect that the utf8 string needs to be converted some other way before it's a
proper BSTR.
Dec 23, 2008
Project Member #2 leeor.ah...@gmail.com
Committed the fix you sent me.

Thanks!
Status: Fixed
Dec 23, 2008
#3 yauhe...@gmail.com
the same with parameters of object... so also need fix..
Feb 6, 2009
Project Member #4 leeor.ah...@gmail.com
(No comment was entered for this change.)
Owner: leeor.aharon