-
If I try running the trace analyzer with `npx analyze-trace --color false > foo.txt`, then `foo.txt` gets something like the following output.
```
Hot Spots
Γö£ΓöÇ Check file c:\users\Daniel\scra…
-
The `encodings` module depends on libiconv which needs to be compiled in on at least Android. I think that excludes it from being a "pure" module.
dom96 updated
4 years ago
-
Hi, when I do this command : ``pipreqs --encoding=utf8 --force .`` I have this error : `` 'utf-8' codec can't decode byte 0xf6 in position 122: invalid start byte``.
I tried without the encoding, and…
-
(discovered this while pairing with @chrisseaton on https://github.com/oracle/truffleruby/pull/2308)
```ruby
puts RUBY_DESCRIPTION
source = format('%s', 'foobar'.encode('utf-16le'))
puts source.…
-
I'd like to use this lib with wcout to dispaly utf16 characters, but when writing
` wcout
-
### Description
I propose to put a reasonable limit on how many filters can be chained, to prevent elevating LFI to RCE.
Consider an application with local file inclusion (LFI):
include $_G…
-
I do not know if it's from me. Maybe it's a bug. Maybe "Basic LDAP v3 functionality" is missing coding.
When I run code from Windows 2008 Domain Controller, I get the following error. What I'm tryi…
-
In our docs there are 95 and 63 hits for `from_bytes` and `try_from_bytes` (the former includes counts from the latter), and there's also a mix of `from_str` and `try_from_str`.
We should try to fi…
-
While implementing #91754, we came across a lack of test coverage for `Stdin::Read`. The function has two code paths, one of which is triggered when input is piped in, and the other is triggered when …
-
```
What steps will reproduce the problem?
1. Craft a UTF8 version of the path to the attached file and pass it to
kmlbase::File::ReadFileToString() (inside a std::string).
2. Function fails to read …