Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2011-11-29 22:39:03 +0400
committermiloyip@gmail.com <miloyip@gmail.com@c5894555-1306-4e8d-425f-1f6f381ee07c>2011-11-29 22:39:03 +0400
commit5eac4489551117652f524485c3ea5c35e065672c (patch)
tree0805e9787027b3f0fb1c3133a048021cc2073b91 /bin
parenta8d631fbc2ffd26d353a46c50bcdc9e2ee456776 (diff)
Added EncodedInputStream, AutoUTFInputStream, AutoUTF
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@40 c5894555-1306-4e8d-425f-1f6f381ee07c
Diffstat (limited to 'bin')
-rw-r--r--bin/encodings/utf16bebom.jsonbin0 -> 370 bytes
-rw-r--r--bin/encodings/utf16lebom.jsonbin0 -> 370 bytes
-rw-r--r--bin/encodings/utf8.json7
-rw-r--r--bin/encodings/utf8bom.json7
4 files changed, 14 insertions, 0 deletions
diff --git a/bin/encodings/utf16bebom.json b/bin/encodings/utf16bebom.json
new file mode 100644
index 00000000..0a23ae20
--- /dev/null
+++ b/bin/encodings/utf16bebom.json
Binary files differ
diff --git a/bin/encodings/utf16lebom.json b/bin/encodings/utf16lebom.json
new file mode 100644
index 00000000..eaba0013
--- /dev/null
+++ b/bin/encodings/utf16lebom.json
Binary files differ
diff --git a/bin/encodings/utf8.json b/bin/encodings/utf8.json
new file mode 100644
index 00000000..c500c943
--- /dev/null
+++ b/bin/encodings/utf8.json
@@ -0,0 +1,7 @@
+{
+ "en":"I can eat glass and it doesn't hurt me.",
+ "zh-Hant":"我能吞下玻璃而不傷身體。",
+ "zh-Hans":"我能吞下玻璃而不伤身体。",
+ "ja":"私はガラスを食べられます。それは私を傷つけません。",
+ "ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
+} \ No newline at end of file
diff --git a/bin/encodings/utf8bom.json b/bin/encodings/utf8bom.json
new file mode 100644
index 00000000..b9839fe2
--- /dev/null
+++ b/bin/encodings/utf8bom.json
@@ -0,0 +1,7 @@
+{
+ "en":"I can eat glass and it doesn't hurt me.",
+ "zh-Hant":"我能吞下玻璃而不傷身體。",
+ "zh-Hans":"我能吞下玻璃而不伤身体。",
+ "ja":"私はガラスを食べられます。それは私を傷つけません。",
+ "ko":"나는 유리를 먹을 수 있어요. 그래도 아프지 않아요"
+} \ No newline at end of file