Today I was working on finishing translating this site to Spanish. I ran into a JavaScript bug. When dealing with foreign language characters in JS, you have to use the UTF-8 encoding but NOT the table values…in English that means you literally copy/paste the crazy garbled text you see in a notepad file. Awesome.