Skip to content

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

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

Closed
YOCKOW opened this issue Oct 27, 2024 · 2 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
@parkera
Copy link
Contributor

parkera commented May 13, 2025

Resolved by #1217 as long as Foundation is imported.

@YOCKOW
Copy link
Member Author

YOCKOW commented May 14, 2025

Confirmed this is fixed in swift-DEVELOPMENT-SNAPSHOT-2025-05-11-a.

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

2 participants