-
4. Characters
https://w3c.github.io/bp-i18n-specdev/#characters
These are comments on the text recently added to the start of section 4.
[1] 1st occurrence of 'character' not highlighted same a…
-
```html
```
Copy-pasting 🏳️⚧ into that input twice results in `🏳️⚧🏳` in both Firefox and Chrome, which is fairly unexpected for users and websites can't really control this. (https://github.co…
-
I expected that `Characters.operator ==` would compare normalized forms, but it doesn't. (See https://stackoverflow.com/q/64094438/.)
If it intentionally doesn't, it would be nice if the [`operator…
-
Consider this Python 3 code:
```
# -*- coding: utf-8 -*-
from __future__ import print_function, unicode_literals
import pyte
if __name__ == "__main__":
emoji_string = "☁️"
print…
-
consider this file
```slang
// Single byte code points
/* abc */ aaa;
// Two byte code points
/* αβγ */ bbb;
// Single byte code points each followed by a two byte combining character
/* âb̃…
-
This issue is applicable to most languages that form conjuncts from consonant clusters using an invisible virama.
When the start of a line contains a consonant cluster that uses a conjunct (rather …
r12a updated
4 months ago
-
[WB3c](https://www.unicode.org/reports/tr29/#WB3c) and [WB3c](https://www.unicode.org/reports/tr29/#WB3c) interact in the same way [LB8a](https://www.unicode.org/reports/tr14/#LB8a) and [LB9](https://…
-
## Issue
Now that #4706 is merged, the debugger will no longer count an astral-plane character as two characters instead of one for the purpose of line/column numbering. However, this still leaves…
-
This was brought up in our discussion of [font exposure for people who use minority languages](https://www.w3.org/2024/09/font-i18n-privacy.html).
A proposal here is that the browser adopt the most…
-
One of the feedback to the previous proposal was about use cases. This proposal tries to solve use cases such as knowing caret positions of characters, or drawing background, text decoration effects, …