Skip to content

Instantly share code, notes, and snippets.

View lxmmxl56's full-sized avatar
🏠
Working from home

Matt lxmmxl56

🏠
Working from home
View GitHub Profile
@lxmmxl56
lxmmxl56 / JapaneseCharacter.java
Created May 26, 2016 04:18 — forked from mediavrog/JapaneseCharacter.java
Simple string conversion from Hiragana to Katakana and vice versa. Uses the JapaneseCharacter class from Duane J. May and combines it with a simple Utility class method to perform the actual conversion.
/**
* JapaneseCharacter contains static functions to do various tests
* on characters to determine if it is one of the various types of
* characters used in the japanese writing system.
* <p/>
* There are also a functions to translate between Katakana, Hiragana,
* and Romaji.
*
* @author Duane J. May <djmay@mayhoo.com>
* @version $Id: JapaneseCharacter.java,v 1.2 2002/04/20 18:10:24 djmay Exp $