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!"));