public class CP932EmojiMapping
extends java.lang.Object
CP932EmojiMapping - Emoji mapping for CP932/Shift-JIS charset.| Modifier and Type | Method and Description |
|---|---|
static CP932EmojiMapping |
getInstance()
Gets the instance
|
char |
getUnknown()
Gets the character representing an unknown character.
|
char |
mappingFor(char c)
Gets the character mapping.
|
java.lang.String |
replaceIn(java.lang.String content)
Replaces all occurrences in specified content.
|
public static CP932EmojiMapping getInstance()
public char getUnknown()
public java.lang.String replaceIn(java.lang.String content)
content - The contentpublic char mappingFor(char c)
c - The character to map