Encoding issues with DBXTalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Encoding issues with DBXTalk

Esteban A. Maringolo
I'm trying to search for an object in the database by means of the following query:

session readOneOf: User where: [:one | one name = 'Martín'].

There is no matching row in the database.

But I get the following error:
DBXRecoverableError: RECOVERABLE OpenDBX: ERROR:  invalid byte sequence for encoding "UTF8": 0xed 0x6e 0x27


On the other hand, if I insert a row manually, when I get the name back (read from the database) I get 'Martín' instead of the original 'Martín'.

Should I define the encoding I want to use somewhere else?

Regards,

Esteban A. Maringolo