Carriage returns (the 'enter' or 'return' key) are shown in some parts of SQLYog as squares Eg. ȹȹ.
Is that normal?
Also, I think my website CMS is inserting:
' as #039;
” as "
etc
… when saving to the database, obviously converting some characters to html codes (perhaps to minimise DB corruption?).
Is there a way that can view these characters as ' and ” when working with my database using SQLYog?
In other words, can SQLYog interpret the html 'character codes'?
Thanks.