Returns all keys which may contain non UTF-8 encoded strings for which a fallback strategy has to be applied.
()
| 823 | |
| 824 | |
| 825 | def p4KeysContainingNonUtf8Chars(): |
| 826 | """Returns all keys which may contain non UTF-8 encoded strings |
| 827 | for which a fallback strategy has to be applied. |
| 828 | """ |
| 829 | return ['desc', 'client', 'FullName'] |
| 830 | |
| 831 | |
| 832 | def p4KeysContainingBinaryData(): |
no outgoing calls
no test coverage detected