summaryrefslogtreecommitdiff
path: root/doc/classes/JSON/MissingUnicodeSupport.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/JSON/MissingUnicodeSupport.html')
-rw-r--r--doc/classes/JSON/MissingUnicodeSupport.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/doc/classes/JSON/MissingUnicodeSupport.html b/doc/classes/JSON/MissingUnicodeSupport.html
new file mode 100644
index 0000000..4efad57
--- /dev/null
+++ b/doc/classes/JSON/MissingUnicodeSupport.html
@@ -0,0 +1,68 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>JSON::MissingUnicodeSupport</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
+ <script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
+</head>
+
+<body>
+ <div class="banner">
+ <h1>
+ <span class="type">Class</span>
+ JSON::MissingUnicodeSupport
+
+ <span class="parent">&lt;
+
+ <a href="JSONError.html">JSON::JSONError</a>
+
+ </span>
+
+ </h1>
+ <ul class="files">
+
+ <li><a href="../../files/lib/json/common_rb.html">lib/json/common.rb</a></li>
+
+ </ul>
+ </div>
+ <div id="bodyContent">
+ <div id="content">
+
+ <div class="description">
+ <p>
+This exception is raised, if the required unicode support is missing on the
+system. Usually this means, that the iconv library is not installed.
+</p>
+
+ </div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</div>
+ </div>
+ </body>
+</html> \ No newline at end of file