hiragany
hiragany copied to clipboard
Hiragany is a simple Japanese IME for Mac
I've just update the code to work with a more recent MacOS version, and noticed that there is no license for Hiragany. Several projects appear to be using or were...
Updated code for macOS 13 and above, replacing the deprecated `scanCharacters(from:into:)` method: ```swift let charset = CharacterSet.alphanumerics.union(.punctuationCharacters).union(.symbols) if Scanner(string: string).scanCharacters(from: charset) == nil { NSLog("control code!") if romanBuffer.isEmpty, kanaBuffer.isEmpty {...