I have utf8 information coming for a mysql database. I want to use console.log to output it to the console.
but it shows "box" characters instead of the utf8 data.
Where am I loosing the data ? and what should I do to fix this ? is the problem when reading the data from the DB ? (using felixge-node-mysql-v0.9.5-1) or during output to the console? (using console.log) ot maybe its the console itself (windows command window set to font "Lucida Console")
Thanks.
UPDATE: I now believe its an issue with the fonts of the windows command window. when I run the same node script using a powershell window I do see different chars that don't look like what I expect. whoever, when I Try to paste then into this browser window they suddenly change to the right font and chars.