Re: [charmod-norm] Add code points to example 11

[Not a request] In case you'd like to display code for q̣̇ in grouped fashion, note that v22 pickers such as https://r12a.github.io/pickers/latin/ will now produce the following for that sequence:

`<span class="codepoint" translate="no"><span lang="en">&#x0071;</span> + <span lang="en">&#x25CC;&#x0323;</span> + <span lang="en">&#x25CC;&#x0307;</span> [<span class="uname">U+0071 LATIN SMALL LETTER Q</span> + <span class="uname">U+0323 COMBINING DOT BELOW​</span> + <span class="uname">U+0307 COMBINING DOT ABOVE​</span>]</span>`

Looks like github produces that from code, so this is more readable:
<span class="codepoint" translate="no"><span lang="en">&#x0071;</span> + <span lang="en">&#x25CC;&#x0323;</span> + <span lang="en">&#x25CC;&#x0307;</span> [<span class="uname">U+0071 LATIN SMALL LETTER Q</span> + <span class="uname">U+0323 COMBINING DOT BELOW​</span> + <span class="uname">U+0307 COMBINING DOT ABOVE​</span>]</span>

Just letting you know, in case.

-- 
GitHub Notification of comment by r12a
Please view or discuss this issue at https://github.com/w3c/charmod-norm/issues/157#issuecomment-362292723 using your GitHub account

Received on Thursday, 1 February 2018 15:04:23 UTC