Avatar
omochimetaru 5/16/2025 2:18 PM
https://github.com/swiftlang/swift-foundation/pull/1296 よっこーさんがEUC-JP対応してる
Background: EUC-JP is not supported by OSS CoreFoundation, while it is supported by macOS Foundation Framework. See #1016 This PR resolves the issue by calling ICU API if necessary.
2:19 PM
macOSのCFでも動かないらしくて、同じようなupcallの仕組みを追加している
2:20 PM
corelibsからフックできなかった場合、foundation-i18nからICU実装をupcallする