-
### Description
If auto_indent is set to true, non-white space characters are inserted when writing block comments.
Indenting doesn't mean adding ASCII art, it means adding tabs or spaces.
##…
-
Splash (@de9374) raises `UnicodeEncodeError` if you run a JavaScript that passes a non-ASCII string to `console.log(…)`. Here's an example curl request that triggers this error:
```
/home/mhaase $ cu…
-
http://hackage.haskell.org/package/happstack-server-7.4.6.1/docs/Happstack-Server-SURI.html#v:percentDecode
appears not to be unicode-safe - single codepoints can be encoded as multiple percents like…
-
I am trying to run the Tests in Xcode 16 and getting an error in Helpers, line 57.
```
Thread 2: Fatal error: Unexpectedly found nil while unwrapping an Optional value
```
-
To achieve high performance where vectorization with NumPy is not possible, Biotite currently uses Cython code. However, there are some limitations in Cython:
- Apart from [fused types](https://cyt…
-
The SQL standard way to escape single quotes is by doubling them, and most databases do not recognize `\` as an escape character. And thus aren't properly escaped by postgres leaving queries vulnerab…
-
### Description of the bug
When saving a new file, Sublime Text reports “Invalid file name” if the name has any letters outside the age-old 7-bit ASCII range. For instance, ÄÖ, curly quotes (“”) or t…
-
The following will result in a Firebase validation error for keys:
```javascript
let myKey = `function () {
foo;
}`;
myKey = fkey.safe(myKey);
myDatabase.set(`somePath/${myKey}`, 'foob…
-
### Pitch
Mastodon should recognize recognize different, but equivalent spellings of a hashtag to be equal: #Fußball should be the same as #Fussball, #Rønnow = #Rönnow = #Roennow, and the like.
Th…
-
```
If the user being printed has unicode characters for their first/last/or
user names, then the command will crash with an encoding error (if the
default DB encoding is not UTF8 or ASCII). This is b…