diff options
author | Anton Tagunov <tagunov@motor.ru> | 2002-03-04 08:41:41 +0300 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-04 03:46:31 +0000 |
commit | f1e62f77e429d3d8456955e82037ca65bbe65d82 (patch) | |
tree | 30e25107972589aa410bc8477cb7330f3b1bbe0d /lib/utf8.pm | |
parent | d83fe81478642d61ea67b41c692afcf14811c9af (diff) | |
download | perl-f1e62f77e429d3d8456955e82037ca65bbe65d82.tar.gz |
[ID 20020303.006] [Doc][utf8::up/down grade][use encoding] application for clarification
Date: Mon, 4 Mar 2002 05:41:41 +0300
Message-Id: <7916563907.20020304054141@motor.ru>
Subject: [ID 20020303.005] Patch perlinicode C API description
From: Anton Tagunov <tagunov@motor.ru>
Date: Mon, 4 Mar 2002 06:08:23 +0300
Message-Id: <2018165510.20020304060823@motor.ru>
p4raw-id: //depot/perl@14981
Diffstat (limited to 'lib/utf8.pm')
-rw-r--r-- | lib/utf8.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/utf8.pm b/lib/utf8.pm index 86456d5f34..7b1ef0ddc4 100644 --- a/lib/utf8.pm +++ b/lib/utf8.pm @@ -97,6 +97,13 @@ into logical characters. =back +C<utf8::encode> is like C<utf8::upgrade> but the UTF8 flag does not +get turned on. See L<perlunicode> for more on the UTF8 flag and the C +API functions C<sv_utf8_upgrade>, C<sv_utf8_downgrade>, +C<sv_utf8_encode>, C<sv_utf8_decode> that are wrapped by the Perl +functions C<utf8::upgrade>, C<utf8::downgrade>, C<utf8::encode> and +C<utf8::decode>. + =head1 SEE ALSO L<perlunicode>, L<bytes> |