0

I see a few other questions on here with the same title, but none of them explain how to fix this issue.

Whenever I have special characters in my document through the use of HTML entities, the validator gives me the warning "Text run is not in Unicode Normalization Form C."

Example:

<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Test page</title>
</head>
<body>

&#8486;

</body>
</html>

You can try it out yourself, here: http://validator.w3.org/check

Why am I getting the validation warning and what should I do to fix it?

BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
Nate
  • 26,164
  • 34
  • 130
  • 214
  • If an existing question on the same issue does not have a satisfactory answer, we should concentrate on improving its answers, not spawn duplicates. – Jukka K. Korpela Apr 14 '13 at 18:20
  • @Jukka K. Korpela: To be fair, this question includes a self-contained reduced test case that sufficiently demonstrates the issue at hand; that older question, as you've pointed out, depends on a link which is now broken, making it difficult, if not impossible, to determine at least a likely cause of the warning for the purpose of an answer. – BoltClock Apr 14 '13 at 18:39
  • @BoltClock, there are literally myriads of possible causes, but I’ll add this example to my answer to the old question. – Jukka K. Korpela Apr 14 '13 at 19:39

0 Answers0