Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KKK669 committed Mar 18, 2022
1 parent 39083f7 commit 6d490b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/HTMLEntities/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ let namedCharactersDecodeMap1: [String: Character] = [
"filig;":"\u{FB01}","FilledSmallSquare;":"\u{25FC}","FilledVerySmallSquare;":"\u{25AA}",

// Skip "fjlig;" due to Swift not recognizing it as a single grapheme cluster
// "fjlig;":Character(Unicode.Scalar(0x66}\u{6A)!),
// "fjlig;":"\u{66}\u{6A}",

"flat;":"\u{266D}","fllig;":"\u{FB02}","fltns;":"\u{25B1}","fnof;":"\u{192}",
"Fopf;":"\u{1D53D}","fopf;":"\u{1D557}","ForAll;":"\u{2200}","forall;":"\u{2200}",
Expand Down Expand Up @@ -630,7 +630,7 @@ let namedCharactersDecodeMap2: [String: Character] = [
"thicksim;":"\u{223C}",

// Skip "ThickSpace;" due to Swift not recognizing it as a single grapheme cluster
// "ThickSpace;":Character(Unicode.Scalar(0x205F}\u{200A)!),
// "ThickSpace;":"\u{205F}\u{200A}",

"thinsp;":"\u{2009}","ThinSpace;":"\u{2009}","thkap;":"\u{2248}","thksim;":"\u{223C}",
"THORN;":"\u{DE}","thorn;":"\u{FE}","Tilde;":"\u{223C}","tilde;":"\u{2DC}",
Expand Down

0 comments on commit 6d490b0

Please sign in to comment.