-
From: [Rob Siemborski](rjs3@andrew.cmu.edu)
Bugzilla-Id: 1748
Version: 2.2.x
Owner: [Ken Murchison](murch@andrew.cmu.edu)
brong updated
10 years ago
-
It seems that the module cannot be imported properly on the browser. The previous version (`1.90.1`) works fine.
![image](https://github.com/user-attachments/assets/8bc52088-fd2f-4042-b708-9ab2f47d…
-
Traceback (most recent call last):
File "C:\Users\kidsr\AppData\Local\AmuletTeam\AmuletMapEditor\plugins\operations\NBT_Import_export_plus.py", line 113, in _export_nbt
{'Properties': amulet_n…
-
I have been doing a deep dive into the the code of this library and found something funky going on with the surrogate pair encoding.
The issue seems to be from the top 4 bits but I can't find a sim…
-
Here's an idea I'm meaning to try out (at first) with eg. the Subsets mode and later in GPU kernels. @jsteube you might be interested in this!
Conversion from UTF-32 to UTF-8 is fairly quick, but n…
-
``` r
library(rxode2)
#> rxode2 2.0.11.9000 using 4 threads (see ?getRxThreads)
#> no cache: create with `rxCreateCache()`
f
-
While decoding a 6-byte value, you have "0x10000 |". It's not right to do so. Due to the fact that the usual unicode in the construction 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx allows you to encode 21 b…
-
Hello! I'm the author of [`residua-mutf8`](https://github.com/residua/mutf8), the library you currently use to decode and encode UTF-8 to MUTF-8.
It's thanks to `simdnbt` that I entered the rabbit …
-
### Describe the bug
Bytearray `readUTFBytes` should terminate after a NULL is detected
in ruffle it traces:
2023-02-22T02:55:51.714413Z INFO run_frame:run_all_phases_avm2: avm_trace: abcdef
2023…
-
If a string cannot be decoded from MUTF-8 to ASCII, it is added "raw" to the lsit of strings (i.e., undecoded). This can lead to issues down the road because the various DEX classes that uses strings …