Closed sanniassin closed 6 years ago
By default cheerio encodes all non-latin characters into HTML entities which leads to bigger output and non-readable HTML code.
Since React renders this characters as regular unicode characters, I think react-portal-universal should have the same behavior.
@sanniassin Awesome, thank you!
By default cheerio encodes all non-latin characters into HTML entities which leads to bigger output and non-readable HTML code.
Since React renders this characters as regular unicode characters, I think react-portal-universal should have the same behavior.