if the string survives roundtrip through local 8bit encoding...
| 1677 | |
| 1678 | // if the string survives roundtrip through local 8bit encoding... |
| 1679 | bool fitsInLocal8bit(const QString& string) |
| 1680 | { |
| 1681 | return string == QString::fromLocal8Bit(string.toLocal8Bit()); |
| 1682 | } |
| 1683 | |
| 1684 | QString getPathNameInLocal8bit(const QString& file) |
| 1685 | { |
no outgoing calls
no test coverage detected