Have you ever come across an issue while developing an Eclipse-based application, go to export it and get an evil "Invalid character constant" message or something similar in your logs? This happens when you're developing an application that requires Unicode characters but your system file encoding is something other than you expect (i.e., on Macs it's usually MacRoman and on Windows it's Cp1252). When you...
Read More