package
1.0.26
Repository: https://github.com/askasoft/pango.git
Documentation: pkg.go.dev

# Functions

IsHankaku return true if s is Hankaku string.
IsHankakuKatakana return true if s is HankakuKatakana string.
IsHankakuKatakanaRune return true if c is Hankaku Katakana rune http://charset.7jp.net/jis0201.html https://www.asahi-net.or.jp/~ax2s-kmtn/ref/unicode/uff00.html.
IsHankakuKatakanaSpace return true if s is HankakuKatakana or space string.
No description provided by the author
IsHankakuRune return true if c is Hankaku rune.
IsZenkaku return true if s is Zenkaku string.
IsZenkakuHiragana return true if s is ZenkakuHiragana string.
IsZenkakuHiraganaRune return true if c is Zenkaku Hiragana rune https://ja.wikipedia.org/wiki/平仮名_(Unicodeのブロック).
IsZenkakuHiraganaSpace return true if s is Zenkaku Hiragana or Space string.
No description provided by the author
IsZenkakuHiraganaSpaces return true if s is Zenkaku Hiragana or Space(Zenkaku or Hankaku) string.
No description provided by the author
IsZenkakuKatakana return true if s is ZenkakuKatakana string.
IsZenkakuKatakanaRune return true if c is Zenkaku Katakana rune https://ja.wikipedia.org/wiki/片仮名_(Unicodeのブロック) https://ja.wikipedia.org/wiki/片仮名拡張.
IsZenkakuKatakanaSpace return true if s is Zenkaku Katakana or Space string.
No description provided by the author
IsZenkakuKatakanaSpaces return true if s is Zenkaku Katakana or Space (Zenkaku or Hankaku) string.
No description provided by the author
IsZenkakuRune return true if c is Zenkaku.
ToHankaku convert the string from zenkaku to hankaku.
ToHankakuDakuRune convert the rune c to hankaku Daku.
ToHankakuHandakuRune convert the rune c to hankaku Handaku.
ToHankakuRune convert the rune c to hankaku.
ToZenkaku convert the string from hankaku to Zenkaku.
ToZenkakuDakuRune convert the rune c to zenkaku Daku.
ToZenkakuHandakuRune convert the rune c to zenkaku Handaku.
ToZenkakuRune convert the rune c to zenkaku.