Get a value indicating if the command uses UTF-8 output pipes. */
| 65 | |
| 66 | /** Get a value indicating if the command uses UTF-8 output pipes. */ |
| 67 | bool GetStdPipesUTF8() const { return this->StdPipesUTF8; } |
| 68 | void SetStdPipesUTF8(bool stdPipesUTF8) |
| 69 | { |
| 70 | this->StdPipesUTF8 = stdPipesUTF8; |
no outgoing calls
no test coverage detected