From 64b5df65b11c1fd384910c37936d9b9e2d6fc151 Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Wed, 27 Aug 2025 10:06:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20`fw.c`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/fw.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/fw.c b/test/fw.c index a391d93..2c240c3 100644 --- a/test/fw.c +++ b/test/fw.c @@ -1,10 +1,10 @@ /** ------------------------------------------------------------ * SPDX-License-Identifier: GPL-3.0-or-later * ------------------------------------------------------------- - * File Authors : Aoran Zeng - * Contributors : Nil Null + * File Authors : 曾奥然 + * Contributors : Nil Null * Created On : <2024-12-14> - * Last Modified : <2025-07-21> + * Last Modified : <2025-08-27> * * 该文件最好启用 DEBUG mode 编译 * ------------------------------------------------------------*/ @@ -21,7 +21,8 @@ main (int argc, char const *argv[]) say (Chsrc_Version); return 0; } - xy_useutf8(); + + xy_init (); br(); chsrc_log ("chsrc_log");