mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-12-03 02:58:27 +00:00
wip
This commit is contained in:
@@ -645,7 +645,9 @@ public final class DicdataStore {
|
||||
/// - note
|
||||
/// - 入力全体をカタカナとかひらがなに変換するやつは、Converter側でやっているので注意。
|
||||
func getWiseDicdata(convertTarget: String, inputData: ComposingText, surfaceRange: Range<Int>) -> [DicdataElement] {
|
||||
#if DEBUG
|
||||
print(#function, convertTarget, inputData, surfaceRange)
|
||||
#endif
|
||||
var result: [DicdataElement] = []
|
||||
result.append(contentsOf: self.getJapaneseNumberDicdata(head: convertTarget))
|
||||
if inputData.convertTarget.prefix(surfaceRange.lowerBound).last?.isNumber != true,
|
||||
|
||||
Reference in New Issue
Block a user