Skip to content

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

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

Open
YOCKOW opened this issue Oct 28, 2024 · 3 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
@parkera
Copy link
Contributor

parkera commented May 13, 2025

Resolved by #1217 as long as Foundation is imported.

@parkera parkera closed this as completed May 13, 2025
@parkera
Copy link
Contributor

parkera commented May 13, 2025

Actually - @YOCKOW can you verify that?

@YOCKOW
Copy link
Member Author

YOCKOW commented May 14, 2025

While I confirmed ISO-2022-JP was OK, EUC-JP seems still broken.
I'm going to look into this sometime.

@YOCKOW YOCKOW reopened this May 14, 2025
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