-
Needs to support two major use cases:
* Allocating the required space with a given allocator.
* Taking a byte slice, filling as much as possible.
This is similar to how printing works. Having a …
-
### Check for existing issues
- [X] Completed
### Describe the feature
Zed currently only supports UTF-8 text. This is an enhancement request for it to support other text encodings.
- [ ]…
-
Hi, could you give me some hints to change the compressToUTF16() to compressToUTF8()?
I use an other lib to encrypt the string but it cant handle utf16 atm.
-
Add more text encoding like: UTF-8, UTF-16, ...
For example: `ciphr '"AA" utf16 hex'` -> `00410041`
-
Create a TEXT macros that convert any literal hardcoded string onto either UTF8 or UTF16 based on the platform
-
Good day i encountered this while trying to decompress from Utf16, i went through the code and found this
![image](https://cloud.githubusercontent.com/assets/6008412/24094761/61a17b7a-0d9d-11e7-9fb…
-
Hello there.
The recent DoS fixes did not really do much (at least in my case). I have a sample of the java application used for sending attacks. For security reasons, I uploaded it [here](https://…
-
```
What steps will reproduce the problem?
1. Craft a UTF8 version of the path to the attached file and pass it to
kmlbase::File::ReadFileToString() (inside a std::string).
2. Function fails to read …
-
```
What steps will reproduce the problem?
1. Craft a UTF8 version of the path to the attached file and pass it to
kmlbase::File::ReadFileToString() (inside a std::string).
2. Function fails to read …
-
Originally from private [Beta repo](https://github.com/tessel/beta/issues/164).