-
Sometimes you find python escape characters are accepted (and decoded) where they shouldn't be. E.g. something that only accepts alphanumerics goes on to accept
\60
because unescaped it turns into the…
-
When comparing the results of
```
MANPAGER=m man ls
```
and
```
MANPAGER=less man ls
```
`m` didn't catch up with `less` on escape codes yet :) I have been looking for a solution to this, but no t…
-
今天在看 [ant-design](https://github.com/ant-design/ant-design/blob/master/scripts/prettier.js) 源码的时候,发现了一条很有意思的代码:
```js
console.log(`\x1b[34m ${file} is prettier`);
```
复制到命令行发现是打印出了带有颜色的输出,所以稍微学习了一…
-
[Backslash escape sequences](http://www.w3.org/TR/css3-syntax/#characters) currently aren't handled.
-
The specification says:
https://www.w3.org/TR/xpath-functions-31/#func-parse-json
> The effect of the one-argument form of this function is the same as calling the two-argument form with an empt…
-
In Python 3.7, I get:
```
$ rever --help
:1: DeprecationWarning: invalid escape sequence \w
:1: DeprecationWarning: invalid escape sequence \s
:1: DeprecationWarning: invalid escape sequence \*…
-
The line [here](https://github.com/indexdata/cql-java/blob/642e3f72e201a9e6c3555ebf4ee82a9c6d2f8fad/src/main/java/org/z3950/zing/cql/CQLLexer.java#L82) in the CQLLexer allows certain characters from b…
-
Hello @motdotla and thank you for creating dotenv nodejs library 👍
## Feature Request
Could dotenv nodejs library support escape sequences (e.g `\" \t`) ?
At the minimum can it be aligned w…
-
It appears recent Python versions have caused subdl to break.
All subtitle queries are now throwing the following error:
```
Traceback (most recent call last):
File "/usr/bin/subdl", line 5…
-
- References
- ANSI escape code
https://en.m.wikipedia.org/wiki/ANSI_escape_code
- ANSI.SYS
https://ko.wikipedia.org/wiki/ANSI.SYS
- ANSI art
https://en.m.wikipedia.org/wiki/ANSI…