-
### Describe the bug
When the stdout of a program is in UTF-16, the app handler interprets the string as UTF-8 but with null characters (\x00) between each character.
This makes writing regex patt…
-
JavaScript/Browsers String implementation is "funky" in so far, as it can handle to display UTF-16 correctly, also do transformations correctly in UTF-16, mostly, yet some methods treat strings as UCS…
-
When I type with Cyrillic alphabet, and getting suggestions, pressing the key binding to accept gives this error:
```
Error 02:24:02 PM msg_show.lua_error Error executing vim.schedule lua callback:…
-
### Prerrequisitos
(Marcar colocando una `X` entre los corchetes los ítems que ya hiciste, así: `"[X]"`)
* [X] Leí las reglas del foro (https://github.com/IIC2233/Syllabus/wiki/3.-Reglas-del-f…
-
It looks like the current implementation only supports ASCII and UTF-8 to decode into a string and the current library being used is strictly for UTF-8. In order to support anything with Windows root…
-
Currently there is no easy way (that I can find) to convert back and forth between UTF-8 and UTF-16 -encoded strings.
I'm doing this as a workaround: https://github.com/gmlewis/moonbit-pdk/blob/mas…
-
The only way we had to decode UTF-16 previously was `package:utf` which has been discontinued. We should add a `utf16` encoder and decoder here.
-
It should be possible to interact with the transliterator in UTF-16
(potentially including the ability to parse UTF-16 RuleCollections)
-
When making changes to my Localizable.strings file, it doesn't seem to understand UTF-16 encoding, and show a text diff. When trying an external Diff tool, it also doesn't correctly launch "Beyond Co…
-
# Bug report
### Bug description:
For [`codecs.encode`](https://docs.python.org/3/library/codecs.html#codecs.encode),
with `utf-*` encoding, and a custom `errors` which returns `str`,
if you pass so…