Recent

Author Topic: zeos Turkish character problem  (Read 4084 times)

uzgum

  • Newbie
  • Posts: 2
zeos Turkish character problem
« on: April 12, 2011, 02:18:08 pm »
hello
 Lazarus and I'm prepared for the mysql server I use the phone book program. zeos with Turkish characters during data retrieval (ü ç ğ ö ş i) the "?" comes in the form. Waits for your help to solve the problem. Thank you.

Arbee

  • Full Member
  • ***
  • Posts: 223
Re: zeos Turkish character problem
« Reply #1 on: April 15, 2011, 06:00:19 pm »
When you see question marks that could be an indication that the characters themselves are retrieved OK, but that the font you are using to display them does not contain glyphs for these characters.

You do not specify what the database is in.  Unicode? ASCII?
1.0/2.6.0  XP SP3 & OS X 10.6.8

Zoran

  • Hero Member
  • *****
  • Posts: 1988
    • http://wiki.lazarus.freepascal.org/User:Zoran
Re: zeos Turkish character problem
« Reply #2 on: April 15, 2011, 08:16:34 pm »
For a start try to add the following to ZConnection.Properties property:
Code: [Select]
codepage=UTF8

With a little luck, this might be enough to solve your problem.
Swan, ZX Spectrum emulator https://github.com/zoran-vucenovic/swan

 

TinyPortal © 2005-2018