So, I am developing a web app that displays the date/time in text. Since it gets the local date and time from the system, I don't really need to worry about translating. Unfortunately, certain languages like French and Italian make the entire screen show up completely blank. I have a hunch it is because the character sets are not supported by my app, but I've done everything I can to make sure it is encoded with UTF-8, so it should be supported. Also, I think it is worth pointing out that languages like Russian and Greek are working fine. I can't be the only person with with problem, but a million Google searches have come up with no similar problems. Am I just doing something simple wrong? Does anyone have any insight on this?
Multilanguage Support