| 110 | bool Decode(TSTRING& str) const; |
| 111 | |
| 112 | static TSTRING EncodeInline(const TSTRING& sIn) |
| 113 | { |
| 114 | TSTRING sOut = sIn; |
| 115 | cDisplayEncoder e; |
| 116 | e.Encode(sOut); |
| 117 | return sOut; |
| 118 | } |
| 119 | |
| 120 | static TSTRING EncodeInlineAllowWS(const TSTRING& sIn) |
| 121 | { |