Greek and text-transform:uppercase
问题 I've written a web application that contains translations in several languages (one of them being Greek.) When displaying a certain translation on the title, the design rule was that the text is supposed to be uppercased, which in any other language in the world is fine, but when it comes to Greek, browsers don't know what to do with the accents (see this) so they display the wrong uppercased String. From that patch I've linked above, I've transformed it to Javascript, ran some use cases