Open YOCKOW opened 2 weeks ago
Given the following code:
import Foundation print("Hello, world!".data(using: .iso2022JP) as Any)
Results are:
This is regression from Swift 6 on Linux. Note that ISO-2022-JP is often used for MIME(Email) in Japan.
Relates to: https://github.com/swiftlang/swift-foundation/issues/925
Given the following code:
Results are:
This is regression from Swift 6 on Linux. Note that ISO-2022-JP is often used for MIME(Email) in Japan.
Relates to: https://github.com/swiftlang/swift-foundation/issues/925