Microsoft New Phonetic IME cannot type ㄌㄩㄝ and ㄋㄩㄝ if Simplified Chinese output is enabled.
See comment thread.
``` | |
{"app_name":"hkrpg","timestamp":"2025-07-03 17:23:53.00 +0800","app_version":"3.4.0","slice_uuid":"202d0943-44dd-3c97-939c-1c5edcde7eab","build_version":"2","platform":6,"bundleID":"com.miHoYo.hkrpg","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.5 (24F74)","roots_installed":0,"name":"hkrpg","incident_id":"B62AE9C5-38FC-48B0-8D4A-CF0987BA8884"} | |
{ | |
"uptime" : 15000, | |
"procRole" : "Foreground", | |
"version" : 2, | |
"userID" : 503, | |
"deployVersion" : 210, | |
"modelCode" : "Mac16,10", | |
"coalitionID" : 5634, |
// MARK: - Homa.PathFinderDAG | |
extension Homa { | |
final class PathFinderDAG { | |
// MARK: Lifecycle | |
/// 爬軌函式,會更新當前組字器的 walkedNodes。 | |
/// | |
/// 找到軌格陣圖內權重最大的路徑。該路徑代表了可被觀測到的最可能的隱藏事件鏈。 |
// (c) 2024 Shiki Suen. (MIT-License). | |
// 用於《崩壞:星穹鐵道》2.1 版的調酒活動。 | |
struct 特調 { | |
let 名稱: String | |
let 甜度: Int // 甜度 | |
let 柔和度: Int // 柔和度 | |
let 清爽度: Int // 清爽度 | |
// (c) 2024 Shiki Suen. (MIT-License). | |
// 用於《崩壞:星穹鐵道》2.1 版的調酒活動。 | |
struct Nomimono { | |
let name: String | |
let amami: Int // 甜度 | |
let yawarakasa: Int // 柔和度 | |
let sawayakasa: Int // 清爽度 | |
// (c) 2022 and onwards The vChewing Project (MIT-NTL License). | |
// ==================== | |
// This code is released under the MIT license (SPDX-License-Identifier: MIT) | |
// ... with NTL restriction stating that: | |
// No trademark license is granted to use the trade names, trademarks, service | |
// marks, or product names of Contributor, except as required to fulfill notice | |
// requirements defined in MIT License. | |
import CoreText | |
import Foundation |
// (c) 2021 and onwards The vChewing Project (MIT-NTL License). | |
// ==================== | |
// This code is released under the MIT license (SPDX-License-Identifier: MIT) | |
// ... with NTL restriction stating that: | |
// No trademark license is granted to use the trade names, trademarks, service | |
// marks, or product names of Contributor, except as required to fulfill notice | |
// requirements defined in MIT License. | |
extension String { | |
// This only works with ASCII chars. |
// (c) 2023 and onwards The vChewing Project (MIT-NTL License). | |
// ==================== | |
// This code is released under the MIT license (SPDX-License-Identifier: MIT) | |
// ... with NTL restriction stating that: | |
// No trademark license is granted to use the trade names, trademarks, service | |
// marks, or product names of Contributor, except as required to fulfill notice | |
// requirements defined in MIT License. | |
/// A Swift script to check whether a non-system process is abusing the SecureEventInput. | |
import IOKit |
// (c) 2023 and onwards The vChewing Project (MIT-NTL License). | |
// ==================== | |
// This code is released under the MIT license (SPDX-License-Identifier: MIT) | |
// ... with NTL restriction stating that: | |
// No trademark license is granted to use the trade names, trademarks, service | |
// marks, or product names of Contributor, except as required to fulfill notice | |
// requirements defined in MIT License. | |
/// A Swift script to check whether a non-system process is abusing the SecureEventInput. |