From 8a1281323d0996382a556b66041a767ceafa8355 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Tue, 4 Jun 2024 07:32:53 -0600 Subject: [PATCH] bytes_from_utf8_loc() is no longer experimental commit 06cd43176585d5d116c8eaea20e1df5ca7105b05 removed this mark from plain bytes_from_utf8(). This should follow suit. --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embed.fnc b/embed.fnc index c025753edba9..a8865924007f 100644 --- a/embed.fnc +++ b/embed.fnc @@ -763,7 +763,7 @@ Adp |int |bytes_cmp_utf8 |NN const U8 *b \ AMdp |U8 * |bytes_from_utf8|NN const U8 *s \ |NN STRLEN *lenp \ |NN bool *is_utf8p -CTdpx |U8 * |bytes_from_utf8_loc \ +CTdp |U8 * |bytes_from_utf8_loc \ |NN const U8 *s \ |NN STRLEN *lenp \ |NN bool *is_utf8p \