if the string survives roundtrip through local 8bit encoding...
| 1668 | |
| 1669 | // if the string survives roundtrip through local 8bit encoding... |
| 1670 | bool fitsInLocal8bit(const QString& string) |
| 1671 | { |
| 1672 | return string == QString::fromLocal8Bit(string.toLocal8Bit()); |
| 1673 | } |
| 1674 | |
| 1675 | QString getPathNameInLocal8bit(const QString& file) |
| 1676 | { |
no outgoing calls
no test coverage detected