Open GoogleCodeExporter opened 9 years ago
Original comment by macl...@gmail.com
on 30 Sep 2008 at 1:51
Original comment by macl...@gmail.com
on 12 Dec 2008 at 10:36
There is a manual fix that worked for me. Look for ResultSet.as and change the
first
line of the initialize function (line 38).
from: charSet = charSet;
to: this.charSet = charSet;
Seems like a very simple fix and everything worked for me once I made this
change.
Hope this helps somebody.
Original comment by celeryn...@gmail.com
on 4 May 2009 at 6:43
Original comment by celeryn...@gmail.com
on 20 May 2009 at 12:45
Committed to subversion 178
Original comment by celeryn...@gmail.com
on 24 May 2009 at 9:17
Original comment by celeryn...@gmail.com
on 24 May 2009 at 9:24
Original issue reported on code.google.com by
manual...@gmail.com
on 17 Sep 2008 at 2:27