-
The current validator crate provides built-in validators for various use cases, but it lacks a validator for checking the length of a string based on its UTF-16 code units. This feature request propos…
-
mkdir build
cd build && cmake .. && make mydict
[ 71%] Building CXX object CMakeFiles/mydict.dir/binutils.cc.o
XXX/mdict-cpp/binutils.cc: In function ‘std::string le_bin_utf16_to_utf8(const char*…
-
I have a Python app that worked fine with Docker images 10.x through 11.4 but after it upgraded to 11.5 today, it started failing. (The error message mentions ut8mb4 so I suspect a charset issue.) I d…
-
On Windows there is an extension to [get the args automatically](https://docs.microsoft.com/en-us/cpp/c-runtime-library/argc-argv-wargv) without passing them in, as in:
```cpp
int main()
{
ar…
-
Many ini files for Windows are using UTF16LE (Little Endian) instead of UTF8. Rarely there are even UTF16 (Big Endian) files. The Windows API calls like GetPrivateProfileString will handle all of thes…
-
I reached it when I had 135 characters to sort (which resulted in over 700 sorts).
Seems that with enough "comparisons" [Had many instances where it came to shove it looped; Also I added a boolean …
-
I'm using the version from vcpkg on visual studio 2019. Every time i call to_string_t, it crashes with a read access violation or some sort of other random exception.
Some times i get 'UTF-8 string…
-
I'm having problems executing the tsk_loaddb (ver 4.10.2 and previous) on some evidence files with exFAT Partitions.
My command:
`tsk_loaddb -d sleuth.db Evidence.E01`
The command aborts (db pa…
-
Consider:
```js
const buffer = SmartBuffer.fromSize(0, 'utf16le');
buffer.writeStringNT('hello');
const output = buffer.readStringNT();
```
We'd expect `output` to be `"hello"`, but it's cur…
-
### Actual behavior
When I try to import some 3rd-party `*.zmx`-files — nothing happen:
- https://github.com/ARSYkun/LSKM
- https://github.com/jegudmunds/refractor_designs
In same time when …
ghost updated
4 years ago