summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 10:10:16 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 10:10:16 +0000
commit74675e2d00f622d0d7ed2dc38337d1488dec78b9 (patch)
treed1fa5834a101d49c2bd6a649898034a0c7fdf1db /ext
parent9a21bc92278e23bf7fc774997aaa1a3e62989d8f (diff)
downloadruby-74675e2d00f622d0d7ed2dc38337d1488dec78b9.tar.gz
ruby-74675e2d00f622d0d7ed2dc38337d1488dec78b9.tar.xz
ruby-74675e2d00f622d0d7ed2dc38337d1488dec78b9.zip
* ext/iconv/iconv.c: add attention for machine independent.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/iconv/iconv.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c
index 14ef9ae38..f80a553ed 100644
--- a/ext/iconv/iconv.c
+++ b/ext/iconv/iconv.c
@@ -66,6 +66,12 @@
* 4. Shorthand for (3).
*
* Iconv.iconv(to, from, *input.to_a)
+ *
+ * == Attentions
+ *
+ * Even if some extentions of implementation dependent are useful,
+ * DON'T USE those extentions in libraries and scripts to widely distribute.
+ * If you want to use those feature, use String#encode.
*/
/* Invalid value for iconv_t is -1 but 0 for VALUE, I hope VALUE is