- From: Addison Phillips via GitHub <sysbot+gh@w3.org>
- Date: Tue, 06 Jul 2021 17:19:20 +0000
- To: public-i18n-archive@w3.org
aphillips has just created a new issue for https://github.com/w3c/i18n-activity: == [Editorial] U+ notation is incorrect == 6.4.2. Language and Direction Encoding https://www.w3.org/TR/webauthn-2/#sctn-strings-langdir > So the string “حبیب الرحمان” could have two different DOMString values, depending on whether the language was encoded or not. (Since the direction is unambigous a directionality marker is not needed in this example.) > >* Unadorned string: U+FEA2, U+FE92, U+FBFF, U+FE91, U+20, U+FE8E, U+FEDF, U+FEAE, U+FEA4, U+FEE3, U+FE8E, U+FEE7 >* With language “ar-SA” encoded: U+FEA2, U+FE92, U+FBFF, U+FE91, U+20, U+FE8E, U+FEDF, U+FEAE, U+FEA4, U+FEE3, U+FE8E, U+FEE7, U+E0001, U+E0061, U+E0072, U+E002D, U+E0053, U+E0041, U+E007F The Unicode notation and code points used in the example are incorrect. The Arabic string should not use compatibility (presentational) code points. All code points should be represented by a minimum of 4 hex digits. The correct notation should be: ``` U+062D U+0628 U+06CC U+0628 U+0020 U+0627 U+0644 U+0631 U+062D U+0645 U+0627 U+0646 ``` And for the example: ``` U+062D U+0628 U+06CC U+0628 U+0020 U+0627 U+0644 U+0631 U+062D U+0645 U+0627 U+0646 U+E0001 U+E0061, U+E0072 U+E002D U+E0053 U+E0041 U+E007F ``` --- Instructions: This follows the process at https://w3c.github.io/i18n-activity/guidelines/review-instructions.html 1. **CREATE A PROPOSED REVIEW COMMENT BY REPLACING THE PROMPTS ABOVE THIS PARAGRAPH, BUT LEAVE THIS PARAGRAPH INTACT AS WELL AS THE TEXT BELOW IT** Then ask the i18n WG to review your comment. 2. Set a label to identify the spec. This starts with s: followed by the spec's short name. If you are unable to do that, ask a W3C staffer to help. 3. After discussion with the i18n WG, raise this issue to the WG that owns the spec. Use the text above this para as the basis for that comment. 4. Replace the text 'link_to_issue_raised' below with a link to the place you raised the issue. Do NOT remove the initial '§ '. 5. Edit this issue to remove this paragraph and ALL THE TEXT ABOVE IT. 6. Remove the 'pending' label. **This is a tracker issue.** Only discuss things here if they are i18n WG internal meta-discussions about the issue. **Contribute to the actual discussion at the following link:** § link_to_issue_raised Please view or discuss this issue at https://github.com/w3c/i18n-activity/issues/1394 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 6 July 2021 17:19:22 UTC