-
Would you consider supporting the txt format of [Warodai](https://www.warodai.ru/download/)?
-
As sometimes the source and target systems could be using native UTF-16 strings. In some instances one is UTF-8 and other is UTF-16.
Can you please add support to configure native string supports o…
-
### Description
Since 20.0.4 my code that uses SetRequestInterceptionAsync(true) can no longer load pages.
### Complete minimal example reproducing the issue
Replace (dot) in the URL...
``…
-
Any advise how to read utf-16 (LittleEndian) file info buffer.
Tried normal way :
````
while (row = reader.next()) {
line = row.toString('utf16le');
........
}
````
but seems to be…
-
If a yaml file has unicode characters like:
`
a: 🛑
`
go-yaml manages to decode this fine (if we print the yaml.Nodes value) however when marshalling the document out it prints out the escaped …
-
# 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…
-
I'm trying to use this for language files, some of which are UTF-16, but it seems to not keep the same encoding and I guess it's read/writing into different encoding formats.
Is it possible to keep i…
-
Encoding a file as UTF-16, either little or big endian, with or without a BOM, results in AG treating it as binary.
``` bash
$ echo Hello > test.txt
$ ag Hello test.txt
1:Hello
$ emacs test.txt --bat…
-
When trying to look at the roman xml files, the text editors I use are saying that the UTF-16 encoding is invalid.
-
Thanks for this library!
What would it take to add support for UTF-16 and UTF-16BE ?