-
| | |
|------------------|-----------------|
|Previous ID | SR-13175 |
|Radar | None |
|Original Reporter | @dduan …
-
Currently, we have a stop gap with #1875 to support UTF8 characters, but there is back and forth conversion between UTF8 and UTF16 across the Ebr boundary.
- We can reduce these conversions and g…
-
Concerns current git head.
```
last_component = PathFindFileName(string);
last_extension = PathFindExtension(string);
```
Don't work as they assume UTF16 string and fail with 8bit coding.
Tested…
-
import utf16le from 'crypto-js/enc-utf16';
utf16le is undefined
Can only use it as below:
import * as CryptoJS from 'crypto-js';
CryptoJS.enc.Utf16LE.parse(utf16Str);
But the whole crypto-j…
-
Ruff represents Python strings with Rust strings, replacing every surrogate with U+FFFD REPLACEMENT CHARACTER. This leads to false positives and incorrect fixes when the exact code point sequence matt…
-
Hello team,
Excuse the confusing title, but this is an issue that I'm not quite sure where it stems from and just have guesses. I'm working on migrating [flutter_storm](https://github.com/HarbourMa…
dcvz updated
10 months ago
-
It would be nice to have a mode that can be dumped as a string in a javascript source file (I think UTF16 without special characters below 0x20 and without single or double quotes... I'm not sure if t…
emlyn updated
9 months ago
-
**Indicate project**
Processor
**Overview**
We want to enable Sigma rules evaluation in the SysFlow Processor, using our policy engine architecture as the base framework.
**Tasks**
- [x] Ref…
-
As the special rules specified in [lex.ccon]#1, that is:
>A non-encodable character literal is a character-literal whose c-char-sequence consists of a single c-char that is not a numeric-escape-seq…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4768 |
|Radar | rdar://problem/31924830 |
|Original Repor…