I have an issue displaying the typographic currency sign (¤) in a console application.
The Console is showing ()(pasted, which does not show up here) - a boxed question mark:
The database character set is utf8 with collation utf8_general_ci.
The table and fields are set to the same.
The connection string has CharSet=utf8;
In Navicat, changing the encoding or collation has no effect on the display - it is always a (¤). I have been searching the web for a while with no avail, so any help would be much aprreciated.