[solved] Zeos Firebird 2.0 Delphi XE select error accent

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
Douglas
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 25.01.2012, 01:50

[solved] Zeos Firebird 2.0 Delphi XE select error accent

Post by Douglas »

english
I'm Trying to make a select with Zquery:
SELECT * FROM Customers WHERE NAME = José

But I only Query Retron empty because of the accent,
I've already changed the charset for win1252, ISO8859_1 utf-8,
've added the parameter in ZConnection (codepage = win1252) and others but nothing worked,
I did update the SVN Revision 967.
I do not know what else to do.
Can anyone help me?

I thank!

português
Estou Tentando fazer um select com Zquery :
Select * From CLIENTES Where NOME = JOSÉ

Mas a Query só me retrona vazia , por causa do acento,
ja mudeio o charset para win1252, iso8859_1, utf-8,
ja adicionei o parametro no ZConnection (codepage=win1252) e outros mas nada deu certo,
fiz o update pelo SVN Revisão 967.
não sei mais o que faço.
Alguem pode me ajudar?

Desde ja Agradeço!
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1918
Joined: 17.01.2011, 14:17

Post by marsupilami »

Hello Douglas,

the current firebird driver of Zeos has problems when it comes to characer sets. I currently try to fix this. You can find the current version of a patch that tries to fix this here: http://zeos.firmos.at/viewtopic.php?p=14111#14111
If you try to use that patch, it is best to set CODEPAGE=UTF8
Best regards,

Jan
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Douglas, marsupilami,

Can you please test the testing-branch: testing-egonhugeist and do some bugreports if there is something wrong? There it should be possible to switch between the most charactersets and full unicode-support for all kind of blob text/..char-fields...

EgonHugeist
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/

Image
datilas
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 25.01.2012, 00:45

Resolved

Post by datilas »

EgonHugeist wrote:Douglas, marsupilami,

Can you please test the testing-branch: testing-egonhugeist and do some bugreports if there is something wrong? There it should be possible to switch between the most charactersets and full unicode-support for all kind of blob text/..char-fields...

EgonHugeist

[Português]
Desculpe pela demora mas fiz o teste com a ultima revisão do testing-egonhugeist e o probela foi corrigido;
Muito Obrigado!
Você me Ajudou Muito!!!

[English]
Sorry for the delay but I did the test with the latest revision of the testing-and egonhugeist probela been corrected;
Thank you!
You helped me very much!
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

datilas,

I'm happy about your reply. Thank you.

Michael

Btw. New download URL: http://svn.code.sf.net/p/zeoslib/code-0 ... es/testing
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/

Image
Locked