I am comparing my project with our development database SQL Server and found a bug in the Schema Comparison tool. I found out that any ASCII character over 127 will display as a black diamond question mark, meaning the character is not recognized. In this example, the section symbol § is displaying as a �. On the left hand side of the pane is the function that is included in my database project, and on the right hand side of the pane is the function on the development database server.
Schema Comparison between Database Project and Database Server