From 224021f0f78d3fc045c27ab08199104d40ed2d03 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 21 Aug 2025 00:15:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20xy=20=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/xy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/xy.c b/test/xy.c index a78a1b7..26f0826 100644 --- a/test/xy.c +++ b/test/xy.c @@ -5,7 +5,7 @@ * Test Authors : 曾奥然 * Contributors : Mikachu2333 * Created On : <2023-08-30> - * Last Modified : <2025-08-20> + * Last Modified : <2025-08-21> * * Test xy.h * ------------------------------------------------------------*/ @@ -28,7 +28,7 @@ print_str_for_map (const char *key, void *value) int main (int argc, char const *argv[]) { - xy_use_utf8 (); + xy_init (); println (xy_os_depend_str ("Hello, Windows!", "Hello, Unix!"));