lexcorp / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

problemi with òàèì caracters #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. save into db a data with this caracters: òàèù
2. load this data from db with assql
3. insert into datagrid

What is the expected output? What do you see instead?
expected : òèàì
instead : òèà ì 

What version of the product are you using? On what operating system?
last

Please provide any additional information below.
if I use mysql admin I can see the data into db correct

Original issue reported on code.google.com by manual...@gmail.com on 17 Sep 2008 at 2:27

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 30 Sep 2008 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by macl...@gmail.com on 12 Dec 2008 at 10:36

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by celeryn...@gmail.com on 20 May 2009 at 12:45

GoogleCodeExporter commented 9 years ago
Committed to subversion 178

Original comment by celeryn...@gmail.com on 24 May 2009 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by celeryn...@gmail.com on 24 May 2009 at 9:24