-
```
What steps will reproduce the problem?
1. fetchall() on a query that produces string values that contains a character
which a 4-byte UTF-16 representation (surrogate pair). For instance the emoji…
-
Splitting out from https://github.com/flutter/flutter/issues/100891#issuecomment-1912469518
@hig-dev
Flutter version: 3.16.7
**Crash log 1:**
Full log: [053357acb5ba41878673f2822929d3ca-symb…
-
```diff
diff --git a/src/conversions.rs b/src/conversions.rs
index a3b47a4..86b38e2 100644
--- a/src/conversions.rs
+++ b/src/conversions.rs
@@ -31,8 +31,9 @@ use error::throw_type_error;
use g…
-
### Godot version
4.0 Beta3
### System information
Windows 10
### Issue description
It is possible to open the same script multiple times in the script editor. This results in a reappearing "The …
-
Hi,
I'm new to using the native-windows-gui (NWG) Rust library and I'm also new to Rust in general. I apologize if this is a basic question. I'm currently working on a system tray app and I was wonde…
-
Dear Community,
As some of you know we at Teradata are planning to incorporate RE2J into Presto database (https://github.com/facebook/presto) since it is based on lighting fast RE2 and has potential …
-
- Version: 6.3.2
- Operating System: OS X
- Config File (if you have sensitive info, please remove it):
With this config, the output is garbled.
The workaround is to use `UTF-8` for charset as w…
-
# Bug Report
Docs of `charCodeAt` and `codePointAt` are flipped. Described in MDN, the `codePointAt` returns *Unicode* code point, and `charCodeAt` returns UTF16 char code, however in JSDoc string …
-
The [unicode character generator](https://github.com/purescript/purescript-strings/blob/master/src/Data/Char/Gen.purs#L10-L11) for unicode characters is picking a random `CodePoint` in the BMP. The [u…
-
Performance of string handling methods, such as `ImGui.text` or `ImGui.calcTextSize` etc could be improved by avoiding copying using JNI `GetStringCritical` instead of `GetStringUTFChars`. This copyin…