Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: String.data(using: .iso2022JP) unexpectedly returns nil on non-Darwin. #1014

Open
YOCKOW opened this issue Oct 27, 2024 · 0 comments

Comments

@YOCKOW
Copy link
Member

YOCKOW commented Oct 27, 2024

Given the following code:

import Foundation
print("Hello, world!".data(using: .iso2022JP) as Any)

Results are:

OS Swift Result
macOS 5.10 "Optional(13 bytes)"
Ubuntu 5.10 "Optional(13 bytes)"
macOS 6.0 "Optional(13 bytes)"
Ubuntu 6.0 "nil"

This is regression from Swift 6 on Linux.
Note that ISO-2022-JP is often used for MIME(Email) in Japan.

Relates to: #925

@YOCKOW YOCKOW changed the title Regression: String.data(using: .iso2022JP) unexpectedly returns nil. Regression: String.data(using: .iso2022JP) unexpectedly returns nil on non-Darwin. Oct 28, 2024
YOCKOW added a commit to YOCKOW/SwiftMailMessage that referenced this issue Oct 29, 2024
YOCKOW added a commit to YOCKOW/SwiftMailMessage that referenced this issue Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant