diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-16 19:17:49 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-07-17 21:51:40 -0600 |
commit | c41dd2c4786ebd3404e8832e1f246497e821c60b (patch) | |
tree | d0fe2a02e85f74537da995a97836542efe2b59ac | |
parent | f71af6ba3cc86025a6cfabd657a90c6196416abc (diff) | |
download | perl-c41dd2c4786ebd3404e8832e1f246497e821c60b.tar.gz |
embed.fnc: utf8 foo_msgs fcns no longer experimental
I'm now comfortable that these functions that I wrote are stable, and so
don't need to be marked experimental
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2442,7 +2442,7 @@ AdMTp |UV |utf8n_to_uvchr_error|NN const U8 *s \ |NULLOK STRLEN *retlen \ |const U32 flags \ |NULLOK U32 * errors -AxTdip |UV |utf8n_to_uvchr_msgs|NN const U8 *s \ +ATdip |UV |utf8n_to_uvchr_msgs|NN const U8 *s \ |STRLEN curlen \ |NULLOK STRLEN *retlen \ |const U32 flags \ @@ -2461,7 +2461,7 @@ CdbDp |UV |utf8n_to_uvuni|NN const U8 *s|STRLEN curlen|NULLOK STRLEN *retlen|U32 Adm |U8* |uvchr_to_utf8 |NN U8 *d|UV uv Cp |U8* |uvuni_to_utf8 |NN U8 *d|UV uv Adm |U8* |uvchr_to_utf8_flags |NN U8 *d|UV uv|UV flags -Admx |U8* |uvchr_to_utf8_flags_msgs|NN U8 *d|UV uv|UV flags|NULLOK HV ** msgs +Adm |U8* |uvchr_to_utf8_flags_msgs|NN U8 *d|UV uv|UV flags|NULLOK HV ** msgs CMpd |U8* |uvoffuni_to_utf8_flags |NN U8 *d|UV uv|const UV flags Cp |U8* |uvoffuni_to_utf8_flags_msgs|NN U8 *d|UV uv|const UV flags|NULLOK HV** msgs CdpbD |U8* |uvuni_to_utf8_flags |NN U8 *d|UV uv|UV flags |