summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-02-26 11:26:09 -0700
committerKarl Williamson <public@khwilliamson.com>2013-08-29 09:55:57 -0600
commita27992ccf5d1a0c50667fb21ba8ca973f50a7508 (patch)
treed46f3decc3740faf72438cb40bae33720f66defc /embed.fnc
parent4f83cdcd5c1f4154a1ecc18f39f9e5c3f21bc4b3 (diff)
downloadperl-a27992ccf5d1a0c50667fb21ba8ca973f50a7508.tar.gz
Convert uvuni_to_utf8() to function
Code should almost never be dealing with non-native code points This is in preparation for later deprecation when our CPAN modules have been converted away from using it.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 75fb103fb0..23c4311e7d 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1562,7 +1562,7 @@ Apd |U8* |uvchr_to_utf8 |NN U8 *d|UV uv
Apdbm |U8* |uvchr_to_utf8 |NN U8 *d|UV uv
#endif
-Apbm |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
+Ap |U8* |uvuni_to_utf8 |NN U8 *d|UV uv
Ap |U8* |uvchr_to_utf8_flags |NN U8 *d|UV uv|UV flags
Apd |U8* |uvuni_to_utf8_flags |NN U8 *d|UV uv|UV flags
Apd |char* |pv_uni_display |NN SV *dsv|NN const U8 *spv|STRLEN len|STRLEN pvlim|UV flags