I just came across an UTF-8 encoded HTML document that contains the degree Celsius Unicode character "℃" at U+2103. It is rendered silently as plain "C", not as the canonical decomposition "°C". (Test files are attached.)
Is there a workaround? (I mean, one except the obvious of using the canonical decomposition in HTML)?
Is there a workaround? (I mean, one except the obvious of using the canonical decomposition in HTML)?