From abf31d4588bed576e32a3316cef67f7f3f9b7477 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Thu, 11 Sep 2003 12:49:53 +0200 Subject: [PATCH] Punycode now has RFC status. Rev: src/builtin.cmod:1.143 --- src/builtin.cmod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/builtin.cmod b/src/builtin.cmod index 0d320d7335..ffcac5895b 100644 --- a/src/builtin.cmod +++ b/src/builtin.cmod @@ -2,7 +2,7 @@ || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information. -|| $Id: builtin.cmod,v 1.142 2003/09/05 09:43:52 nilsson Exp $ +|| $Id: builtin.cmod,v 1.143 2003/09/11 10:49:53 marcus Exp $ */ #include "global.h" @@ -2370,7 +2370,7 @@ PIKECLASS single_string_replace /*! @class Bootstring *! *! This class implements the "Bootstring" string transcoder described in - *! @url{http://www.ietf.org/internet-drafts/draft-ietf-idn-punycode-03.txt@}. + *! @url{ftp://ftp.rfc-editor.org/in-notes/rfc3492.txt@}. */ PIKECLASS bootstring { -- GitLab