converter.text
クラス HalfwidthLatin2Fullwidth
java.lang.Object
converter.text.AbstractTextConverter
converter.text.HalfwidthLatin2Fullwidth
- すべての実装されたインタフェース:
- TextConverter
public class HalfwidthLatin2Fullwidth
- extends AbstractTextConverter
半角英字→全角英字の変換を行うクラス。
- バージョン:
- $Id: HalfwidthLatin2Fullwidth.java 23 2009-02-21 18:26:34Z Honeplus $
- 作成者:
- Honeplus
メソッドの概要 |
char |
convert(char c)
半角英字→全角英字の変換を実施。 |
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HalfwidthLatin2Fullwidth
public HalfwidthLatin2Fullwidth()
convert
public char convert(char c)
- 半角英字→全角英字の変換を実施。
- パラメータ:
c
- 変換元文字
- 戻り値:
- 変換後文字