"Convert to Basic Latin" intention

This commit is contained in:
Roman Shevchenko
2010-06-28 23:03:28 +04:00
parent 51dd90d2d8
commit 2c1a1059ae
15 changed files with 272 additions and 0 deletions
@@ -0,0 +1,3 @@
class C {
String s = "\u00c1\u00ee";
}