WoW:ValidChatMessageCharacters: Difference between revisions
Jump to navigation
Jump to search
m
Move page script moved page ValidChatMessageCharacters to WoW:ValidChatMessageCharacters without leaving a redirect
(Page created) |
m (Move page script moved page ValidChatMessageCharacters to WoW:ValidChatMessageCharacters without leaving a redirect) |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{wowapitype}} | {{wowapitype}}<br> | ||
[[API SendChatMessage|SendChatMessage]] cannot send all characters (or better call it 'bytes')!<br> | [[API SendChatMessage|SendChatMessage]] cannot send all characters (or better call it 'bytes')!<br> | ||
| 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 == | ||