Implementing support for reading and writing Unicode escape sequences.

This commit is contained in:
Malay Shah
2009-11-13 04:21:14 +00:00
parent 060c45a38d
commit ee4b4dab54
11 changed files with 105 additions and 5 deletions

View File

@@ -0,0 +1 @@
.="a"

View File

@@ -0,0 +1 @@
"\u0061"

View File

@@ -0,0 +1 @@
.="¢"

View File

@@ -0,0 +1 @@
"\u00A2"

View File

@@ -0,0 +1 @@
.="€"

View File

@@ -0,0 +1 @@
"\u20AC"

View File

@@ -0,0 +1 @@
.="𝄞"

View File

@@ -0,0 +1 @@
"\uD834\uDD1E"