From 9886722caa675951b0d67c306ae143ecaf7ce067 Mon Sep 17 00:00:00 2001 From: naruse Date: Thu, 11 Sep 2008 10:10:16 +0000 Subject: * ext/iconv/iconv.c: add attention for machine independent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/iconv/iconv.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext') diff --git a/ext/iconv/iconv.c b/ext/iconv/iconv.c index 14ef9ae380..f80a553edc 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 -- cgit v1.2.3