We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca30bb commit d8af31bCopy full SHA for d8af31b
1 file changed
org/w3c/css/util/UnescapeFilterReader.java
@@ -29,7 +29,7 @@ public int read()
29
return 0x000a;// U+000A LINE FEED (LF)
30
}
31
if (c == 0) { // U+0000 NULL
32
- return 0xffd; // U+FFFD REPLACEMENT CHARACTER
+ return 0xfffd; // U+FFFD REPLACEMENT CHARACTER
33
34
if (c >= 0xd800 && c <= 0xdfff) { // surrogate
35
return 0xfffd;
0 commit comments