From c346dd7e137c686f4c92c51e76159455890a2a71 Mon Sep 17 00:00:00 2001 From: Vivien Voros Date: Wed, 2 Apr 2025 10:59:56 +0200 Subject: [PATCH] Keyword 'char' should be hard keyword https://gitee.com/openharmony/arkcompiler_ets_frontend/issues/IBVYBK Internal Issue: #23500 Change-Id: I886671331d6bc385e56d93bc08064b19368f686b Signed-off-by: Vivien Voros --- interfaces/ets/ani/i18n/ets/@ohos.i18n.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interfaces/ets/ani/i18n/ets/@ohos.i18n.ets b/interfaces/ets/ani/i18n/ets/@ohos.i18n.ets index 38bcb275..68f7d763 100644 --- a/interfaces/ets/ani/i18n/ets/@ohos.i18n.ets +++ b/interfaces/ets/ani/i18n/ets/@ohos.i18n.ets @@ -43,7 +43,7 @@ namespace i18n { export class Unicode { static { loadLibrary("i18n_ani.z"); } - native static isRTL(char: string): boolean; + native static isRTL(ch: string): boolean; } export class TimeZone { -- Gitee