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

Discrepancy: String.data(using: .japaneseEUC) returns nil on non-Darwin. #1016

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

Comments

@YOCKOW
Copy link
Member

YOCKOW commented Oct 28, 2024

Given the following code:

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

Results are:

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

This is not regression but discrepancy which should be also fixed.

@YOCKOW YOCKOW changed the title Discrepancy: String.data(using: . japaneseEUC) returns nil on non-Darwin. Discrepancy: String.data(using: .japaneseEUC) returns nil on non-Darwin. Oct 28, 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