Navigation menu

WoW:ValidChatMessageCharacters: Difference between revisions

Jump to navigation Jump to search
→‎Allowed Characters: byte 124 causes disconnects in patch 3.1.3
No edit summary
(→‎Allowed Characters: byte 124 causes disconnects in patch 3.1.3)
Line 31: Line 31:
| 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)
| 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 ==