I\'m using Code::Blocks on Ubuntu 10.10. I have connected a Mac keyboard and set the keyboard settings to \"Swiss German Mac\". Now whenever I write an equals sign, followed
If you open your file in Emacs and set-buffer-file-coding-system to something like "unix" or some ascii variety, then when you try to save, it'll warn you that the buffer contains unrepresentable characters and points you to them so you can fix them.