[patch_done] Problems with accentuation Lazarus 2.7.1
Moderators: gto, EgonHugeist, olehs
[patch_done] Problems with accentuation Lazarus 2.7.1
Problems with accentuation Lazarus 2.7.1 and Zeos.
Words with accents is recorded in the database wrong.
Would anyone ever had this problem with Lazarus 2.7.1?
Edson
Words with accents is recorded in the database wrong.
Would anyone ever had this problem with Lazarus 2.7.1?
Edson
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
only with fpc2.7.1? Could you please write allways the protocol you are using? So which one do you use?
only with fpc2.7.1? Could you please write allways the protocol you are using? So which one do you use?
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
Hi Edson. Can you make me a BugTemplate? I must admit we run tests for that and everything seems ok. I need much more Details like the Zeos Client Characterset and this one of the Server...........
Hi Edson. Can you make me a BugTemplate? I must admit we run tests for that and everything seems ok. I need much more Details like the Zeos Client Characterset and this one of the Server...........
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
Edson, give me more details...
It's just the name and one changed CodePage which you as FPC user can't see...What is the difference in using the protocol postgresql and postgresql-8-9?
Edson, give me more details...
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
I'll check it with FPC2.6 question are these values returned from the Database like 'GENÊRICO 2' or are the written wrong into the database?
see attachement tested with FPC2.6.0 LCL1.0RC2 are you sure it happens with FPC2.6.0 too? Really?
For FPC2.7.1 i have an idea what could be the reason: UTF8Encode(..): RawByteString instead of AnsiString. The do use codepages now and i had trouble for this case with D12_UP too.
Edson can you please test it with FPC2.6 again?
I'll check it with FPC2.6 question are these values returned from the Database like 'GENÊRICO 2' or are the written wrong into the database?
see attachement tested with FPC2.6.0 LCL1.0RC2 are you sure it happens with FPC2.6.0 too? Really?
For FPC2.7.1 i have an idea what could be the reason: UTF8Encode(..): RawByteString instead of AnsiString. The do use codepages now and i had trouble for this case with D12_UP too.
Edson can you please test it with FPC2.6 again?
You do not have the required permissions to view the files attached to this post.
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
where can i download a FPC2.7.1?
where can i download a FPC2.7.1?
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
ok Edson. Issue confirmed. BUT the ?double? encoded values do come from the FPC-DataSet/Lazarus.
Well for the first: don't use this compiler for production. It might be possible this issue is gone except in this snapshots. I've debugged the strings and here is not Zeos the problem. I know about some users like LudoB which have no such issues but i can't say which build of FPC/LCL he uses.
For that case i propose to use the stable candidates. You can ask for help on the FPC Forums, Edson.
What happens if you use th TPQConnection? I got allways a lot of Exception if i use this Components..
ok Edson. Issue confirmed. BUT the ?double? encoded values do come from the FPC-DataSet/Lazarus.
Well for the first: don't use this compiler for production. It might be possible this issue is gone except in this snapshots. I've debugged the strings and here is not Zeos the problem. I know about some users like LudoB which have no such issues but i can't say which build of FPC/LCL he uses.
For that case i propose to use the stable candidates. You can ask for help on the FPC Forums, Edson.
What happens if you use th TPQConnection? I got allways a lot of Exception if i use this Components..
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
Hello Michael,
registered a bug in fpc, see their response.
http://bugs.freepascal.org/view.php?id=22982
registered a bug in fpc, see their response.
http://bugs.freepascal.org/view.php?id=22982
- EgonHugeist
- Zeos Project Manager
- Posts: 1936
- Joined: 31.03.2011, 22:38
elidorio2,
Well Edson, i've added a comment too. It might be helpfull if you make a little sample Project and attach it. So they can confirm the issue and see what can be done..
Well Edson, i've added a comment too. It might be helpfull if you make a little sample Project and attach it. So they can confirm the issue and see what can be done..
Best regards, Michael
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/
You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/