Package io.rong.imkit.utils
Class RTLUtils
-
- All Implemented Interfaces:
public class RTLUtils
在某些语言下,处理RTL模式工具类
-
-
Constructor Summary
Constructors Constructor Description RTLUtils()
-
Method Summary
Modifier and Type Method Description static String
adapterAitInRTL(String str)
static String
getRTLCode(String str, String first)
static boolean
isChineseOrLetter(String txt)
-
-
Method Detail
-
adapterAitInRTL
static String adapterAitInRTL(String str)
-
getRTLCode
static String getRTLCode(String str, String first)
-
isChineseOrLetter
static boolean isChineseOrLetter(String txt)
-
-
-
-