added information about special characters, being escaped
({{widgetmethod}}) |
(added information about special characters, being escaped) |
||
| Line 18: | Line 18: | ||
---- | ---- | ||
;''Details'' | ;''Details'' | ||
Note that the special characters "|" and "\" are escaped in the returned string. That way GetText() returns "||" instead of "|" and "\\" instead of "\". | |||
---- | ---- | ||