Bug 1824470 Comment 29 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

One more thing that'd be worth testing: a title with length < 255 but with non-ASCII characters.

Here's a data URI with 254 characters, but each character is encoded in multiple (2 I think?) bytes via UTF-8:
`data:text/html,<meta charset='utf-8'>
<title>問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問</title>
`

I wonder if the troublesome driver is happy with that or not...  Depends on whether it's checking the wide string's length vs. its storage requirements.
One more thing that'd be worth testing: a title with length < 255 but with non-ASCII characters.

Here's a data URI with 254 characters, but each character is encoded in multiple (2 I think?) bytes via UTF-8:
`data:text/html,<meta charset='utf-8'><title>問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問</title>
`

I wonder if the troublesome driver is happy with that or not...  Depends on whether it's checking the wide string's length vs. its storage requirements.
One more thing that'd be worth testing: a title with length < 255 but with non-ASCII characters.

Here's a data URI with 254 characters, but each character is encoded in multiple (2 I think?) bytes via UTF:
`data:text/html,<meta charset='utf-8'><title>問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問問</title>
`

I wonder if the troublesome driver is happy with that or not...  Depends on whether it's checking the wide string's length vs. its storage requirements.

Back to Bug 1824470 Comment 29