gboat2.base.bridge.util
类 CharUtil

java.lang.Object
  继承者 gboat2.base.bridge.util.CharUtil

public final class CharUtil
extends Object

字符编码与汉字转换类,用于某些情况下中文需转码的情况。
如:将中文文件名转换为字母数字文件名并可逆 (招标.pdf --> 62db6807.pdf)

从以下版本开始:
2.1.2-SNAPSHOT
作者:
sunpf

构造方法摘要
CharUtil()
           
 
方法摘要
static String chinaToUnicode(String str, boolean isWithU)
          把中文转成Unicode码
static String unicode2China(String str, boolean withU)
          把unicode码字符串转换为中文
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CharUtil

public CharUtil()
方法详细信息

chinaToUnicode

public static String chinaToUnicode(String str,
                                    boolean isWithU)
把中文转成Unicode码

参数:
str -
isWithU - true生成招标形式,false生成62db6807形式
返回:

unicode2China

public static String unicode2China(String str,
                                   boolean withU)
把unicode码字符串转换为中文

参数:
str -
withU - true 则 str 为 招标 形式;false 则 str 为 62db6807 形式
返回:


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.