This commit is contained in:
mii443
2025-07-25 00:29:53 +09:00
parent d460a58e61
commit 4ff16d860a

View File

@@ -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,