-
ghci> hSetEncoding stderr utf16
ghci> hGetEncoding stderr
Just UTF-16
ghci> hSilence [stderr] $ print "hi"
"hi"
ghci> hGetEncoding stderr
Just UTF-8
So, encoding was UTF-16, but after stderr …
joeyh updated
7 years ago
-
### Description
Not sure if this is a bug or an issue with API documentation; but according to the [API documentation](https://docs.microsoft.com/en-us/dotnet/api/system.text.encoder.convert?view=n…
-
Recent versions of 7-Zip report an error for any zip file created with ArchiveStream.
```
$ 7z t example.zip
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version …
-
JupyterLab seems to be suffering from the same bug as jupyter/jupyter_client#259, which was fixed in Jupyter 5 years ago. Identical symptoms, and presumably identical fix.
Reproduced in JupyterLab…
-
**Issue by [ybakos](https://github.com/ybakos)**
_Friday Feb 08, 2013 at 00:24 GMT_
_Originally opened as https://github.com/processing/processing-web/pull/5_
---
Just corrected the ascii/utf16 num…
-
```
What steps will reproduce the problem?
1. Create a text file containing aÿþa
2. Convert it to AINSII/UTF8/UTF8-NOBOM/UTF16/.....
3. Check the hash returned and compare with a Checksum application.…
-
## Feature
Comparison between `str` and `str` doesn't work when there are unicode surrogates[^1]. Then it became `REPLACEMENT CHARACTER, 0xefbfbd` and their comparison result became `Equal`.
You…
-
Please find a summary below. A more detailed description is provided [here](https://superuser.com/q/1835254).
Actually I'm not sure if this is a *Windows* issue or a `libarchive` issue, because th…
-
Seems to be an error parsing invalid Unicode resource ids in [parse_resource_id](https://github.com/trailofbits/pe-parse/blob/master/pe-parser-library/src/parse.cpp#L637) function.
Here is a samp…
-
### Discussed in https://github.com/DOCGroup/ACE_TAO/discussions/2144
Originally posted by **wkbrd** October 16, 2023
We are attempting to use wide strings (CORBA::WChar*) on Linux, however we…
wkbrd updated
11 months ago