-
Now that c++20 is here, are you anticipating that the design of CsString would be updated to account for std::u8string?
If not, what advantages would CsString have over std::u8string?
Thanks in …
-
if a utf8 string contains 0x00, for modified utf-8, it encodes to 0xC080, but g_utf8_validate can't process 0xC080
-
```
[...] A/art: art/runtime/check_jni.cc:65]
JNI DETECTED ERROR IN APPLICATION: input is not valid Modified UTF-8:
illegal start byte 0xf0
[...] A/art: art/runtime/check_jni.cc:65]
string: '{"…
-
I am trying to run `nimlsp` with `vim-lsp` on Windows. I added some extra debugging statements in `vim-lsp`, and as of now I'm seeing the following error (nimlsp compiled with Nim 0.20.0):
```
23.…
-
I'm dealing with a player .dat file containing a book with non-utf8 content, generated by the vanilla client.
I don't know when it's possible, but apparently the vanilla client may allow non-utf8 d…
-
In Unicode, characters from Supplementary Planes are encoded as two 16-bit code units called surrogate pairs (with high surrogate in the range of 0xD800\~0xDBFF and low surrogate in the range of 0xDC0…
BPYap updated
6 years ago
-
### Describe what you wanted to do
- When I try to get the DalvikVMFormat for any Dex file containing unicode characters.
e.g. Try the following code on this apk [WellsFargo Tablet](https://play.…
-
This is the current implementation: https://github.com/androguard/androguard/blob/aa18f723c115c902cb495476a178eb1f9c0ec014/androguard/core/bytecodes/dvm.py#L1800-L1847
We would like to read the Str…
-
Given the instruction
```ldc_w "St. Mary's Hospital — Janesville"```
`assemble.py` produces the following constant pool entry
```
00000280 xx xx xx xx xx xx xx xx xx xx xx xx xx xx 01 25 …
-
Version: 1.6.6
cmd:
ruby /home/redmine/plugins/redmine_xapian/extra/xapian_indexer.rb -f -v
output:
```
Indexing "129124445033.doc" as application/msword ... added
```
but the other do…