m
Move page script moved page ValidChatMessageCharacters to WoW:ValidChatMessageCharacters without leaving a redirect
m (catfix, Replaced: {{wowapitype}} → {{wowapitype}}<br>) |
m (Move page script moved page ValidChatMessageCharacters to WoW:ValidChatMessageCharacters without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 29: | Line 29: | ||
| 14 - 31 || ? || ok | | 14 - 31 || ? || ok | ||
|----- | |----- | ||
| 32 - 123 || ''standard ASCII'' || ok | | 32 - 123 || ''standard ASCII'' || ok (don't forget the character sequences '%t' and '%f': they will be replaced by your target's / focus's name or something like "<no target/focus>" - or a localized equivalent) | ||
|----- | |----- | ||
| 124 || <nowiki>|</nowiki> || ERROR "invalid escape code in chat message" | | 124 || <nowiki>|</nowiki> || ERROR "invalid escape code in chat message" (causes DISCONNECTs in patch 3.1.3) | ||
|----- | |----- | ||
| 125 - 126 || ''standard ASCII'' || ok | | 125 - 126 || ''standard ASCII'' || ok | ||
| Line 39: | Line 39: | ||
| 128 - 255 || ? || ERROR "chat message must be UTF-8 text" possible | | 128 - 255 || ? || ERROR "chat message must be UTF-8 text" possible | ||
|} | |} | ||
== Notes == | == Notes == | ||