From b48e74772cc4e6879a6d37a5c00ad6df2db1edc3 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Jan 2026 17:57:59 +0100 Subject: Add enclosed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv.h | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'libcharconv.h') diff --git a/libcharconv.h b/libcharconv.h index 00aa7a9..1c8c4b9 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -145,7 +145,8 @@ LIBCHARCONV_FUNC_(libcharconv_monospace); LIBCHARCONV_FUNC_(libcharconv_segmented); /** - * Convert from Latin to MATHEMATICAL SANS-SERIF + * Convert from Latin and enclosed numbers to + * MATHEMATICAL SANS-SERIF */ LIBCHARCONV_FUNC_(libcharconv_sans_serif); @@ -459,6 +460,18 @@ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_ccw); */ LIBCHARCONV_FUNC_(libcharconv_invisible); +/** + * Convert alphanumerics, including regular and + * MATHEMATICAL SANS-SERIF, to outlined enclosed form + */ +LIBCHARCONV_FUNC_(libcharconv_enclosed_positive); + +/** + * Convert alphanumerics, including regular and + * MATHEMATICAL SANS-SERIF, to filled enclosed form + */ +LIBCHARCONV_FUNC_(libcharconv_enclosed_negative); + #undef LIBCHARCONV_FUNC_ #endif -- cgit v1.2.3-70-g09d2