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

Replacement character examples #1983

Open
aphillips opened this issue Jan 16, 2025 · 1 comment
Open

Replacement character examples #1983

aphillips opened this issue Jan 16, 2025 · 1 comment
Labels
ietf https://ietf.org/ needs-resolution i18n expects this item to be resolved to their satisfaction. s:unichars https://datatracker.ietf.org/doc/draft-bray-unichars/

Comments

@aphillips
Copy link
Contributor

aphillips commented Jan 16, 2025

Proposed comment

https://datatracker.ietf.org/doc/draft-bray-unichars/

replacing problematic code points, ideally with "�" (U+FFFD,
REPLACEMENT CHARACTER), although some popular software platforms,
notably Java, use "?".

This is probably incorrect. Java replaces with U+FFFD in most Unicode processing. Legacy encodings in Java use "?". There are other places, such as certain browsers, where "?" is used in a Unicode context.

Note that there exist common coders that use the control character U+001A as a replacement character for some legacy encodings.

@aphillips aphillips added ietf https://ietf.org/ needs-resolution i18n expects this item to be resolved to their satisfaction. pending Issue not yet sent to WG, or raised by tracker tool & needing labels. s:unichars https://datatracker.ietf.org/doc/draft-bray-unichars/ labels Jan 16, 2025
@aphillips aphillips removed the pending Issue not yet sent to WG, or raised by tracker tool & needing labels. label Feb 10, 2025
@aphillips
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ietf https://ietf.org/ needs-resolution i18n expects this item to be resolved to their satisfaction. s:unichars https://datatracker.ietf.org/doc/draft-bray-unichars/
Projects
None yet
Development

No branches or pull requests

1 participant