What are some common ways that smart quotes will be incorrectly encoded?
问题 Smart quotes cause problems when they are saved in one encoding and then rendered/viewed using a different encoding. What are some ways that smart quotes will appear when rendered incorrectly? I'm trying to solve the problem where you see an incorrect character encoding and can then say, "Oh, those should be smart quotes." 回答1: The most common encoding mixup is probably UTF-8 versus ANSI/Latin1. The ANSI/Latin1 encoding of “ ‘ ’ ” is [93] [91] [92] [94] hexadecimal. If interpreted as UTF-8,