→The single quote case
| Line 139: | Line 139: | ||
Examples: | Examples: | ||
D\195\169couverte d'herbes ==> that match with game data | D\195\169couverte d'herbes ==> that match with game data | ||
Veine d'argent ==> this one used not to match, not true anymore in 1.2.2-4196 though. | Veine d'argent ==> this one used not to match, not true anymore in 1.2.2-4196 though. | ||
Nefarian's Lair ==> the apostrophe is actually the UTF8 sequence \239\191\189 | |||
As a guideline, especially check anything coming from chat windows since that's where the special coding seems (might not be true anymore for 1.2.2-4196 versions and up) to be used most often instead of the standard single quote. | As a guideline, especially check anything coming from chat windows since that's where the special coding seems (might not be true anymore for 1.2.2-4196 versions and up) to be used most often instead of the standard single quote. | ||