* Apply text encoding. */
| 374 | * Apply text encoding. |
| 375 | */ |
| 376 | void ScriptInterface::applyTextEncoding() |
| 377 | { |
| 378 | m_app->applyTextEncoding(); |
| 379 | } |
| 380 | |
| 381 | /** |
| 382 | * Set the directory name from the tags. |
nothing calls this directly
no outgoing calls
no test coverage detected