<encode>keyword</encode>
| Name | Description |
|---|---|
| ascii | copies directly all 8-bit characters |
| base64 | converts each group of 3 chars to 4 chars |
| dxf | uses %% quoting where necessary |
| html | uses enitity names or numeric values where necessary |
| praat | uses backslash two letter Praat codes where necessary |
| rtf | uses \'b quoting for 8-bit and \u? quoting for 16-bit |
| uri | uses %XX encoding where necessary |
| utf-8 | uses 8-bit Unicode encoding |
| xhtml | uses enitity names or numeric values where necessary |
| xml | uses enitity names or numeric values where necessary |