My postgresql server used UTF8 (unicode). And my pokertracker connection is setup that it uses UTF8 encoding.
But when i view the table names with chars like è and ã in my session stats tab i get weird chars. Looks like pokertracker expects some other encoding to display the chars.
Usualy i see this behavior when a file is encoded in ANSI and i force it to view as UTF8.
Here is a screenshot so you can see the chars for yourself:
http://farm3.static.flickr.com/2072/251 ... 4460_o.png
What can be the cause of this problem? A server setting (postgresql) or a pokertracker setting?