Skip to content

Commit d0eb290

Browse files
authored
DOC-3223: Encoding provided in the charset meta attribute would not be detected (#3882)
* DOC-3223: Encoding provided in the charset meta attribute would not be detected. * Update modules/ROOT/pages/8.2.0-release-notes.adoc
1 parent 021ce31 commit d0eb290

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/ROOT/pages/8.2.0-release-notes.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,14 @@ For information on the **Media Optimizer** plugin, see: xref:uploadcare.adoc[Med
6161

6262
The {productname} {release-version} release includes an accompanying release of the **Full Page HTML** premium plugin.
6363

64-
**Full Page HTML** includes the following improvement.
64+
**Full Page HTML** includes the following fix.
65+
66+
=== Encoding provided in the charset meta attribute would not be detected
67+
// #TINY-12860
68+
69+
The previous encoding detection logic did not recognize certain encodings defined using the charset `+meta+` attribute, which resulted in inconsistent or conflicting encodings within a single page and caused display or editing issues.
70+
71+
{productname} {release-version} addresses this issue by adding support for the new encoding type, ensuring that both the original and new encoding formats are correctly detected and processed. As a result, pages using either encoding style are now handled consistently. When encoded content is edited, the output is normalized to the previously supported encoding format, ensuring consistent markup and preventing confusion that could occur if the original encoding style were retained.
6572

6673
=== Head element added to the same line as the `meta` element
6774
// #TINY-12859

0 commit comments

Comments
 (0)