InternalCreateConstBuffer is not uft16 aware whenit come to hashes
| 1016 | |
| 1017 | // InternalCreateConstBuffer is not uft16 aware whenit come to hashes |
| 1018 | static void fixHashPerm16(const String &str) |
| 1019 | { |
| 1020 | unsigned int hash = str.calcHash(); |
| 1021 | ((unsigned int *)str.raw_ptr())[-2] = hash; |
| 1022 | } |
| 1023 | |
| 1024 | |
| 1025 | static unsigned char safeChars[256]; |
no test coverage detected