-
Absolutely new to this, so I'm unsure if this was asked before or not; however this is the error I get whenever I try to hook Textractor to Higurashi. Are there any fixes? I saw something similar was …
-
SoM has built-in unicode mapping in UnicodeMapper.cs.
This needs some refactoring.
First, the static definition should be moved to an external file
Second, the mapping is current `char -> String`…
-
Dart_NewStringFromUTF16 should ensure that the input utf16_array
consists of valid values similar to how Dart_NewStringFromUTF8 validates
the input.
-
![Screenshot from 2021-11-08 19-58-46](https://user-images.githubusercontent.com/3407655/140810850-d9b71967-110b-4a74-875b-d26af4058b7a.png)
GLib has a `g_utf8_to_utf16()` function here: https://gi…
-
Migrated from: https://github.com/wenluhu/gammaray-android/issues/18
Can likely be done with the `iconv` library.
The following's resulting in a segfault, likely due to the
cast from a `*uint8_t[72]…
bamos updated
9 years ago
-
| | |
|--------------------|----|
| Bugzilla Link | [PR18898](https://bugs.llvm.org/show_bug.cgi?id=18898) |
| Status | NEW |
| Importance | P normal |
|…
-
https://github.com/softprops/atty/blob/7b5df17888997d57c2c1c8f91da1db5691f49953/src/lib.rs#L131
By replacing this vector with an array, we can remove the std dependency. The allocation is only 524 …
-
We should probably support multiple different encodings, if at all possible. While a lot of code is UTF8 (or just ASCII, which is a subset of UTF8) nowadays, there is code written with other encodings…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13175 |
|Radar | None |
|Original Reporter | @dduan …
-
Concerns current git head.
```
last_component = PathFindFileName(string);
last_extension = PathFindExtension(string);
```
Don't work as they assume UTF16 string and fail with 8bit coding.
Tested…