-
When trying to run the example.
```
error: Syntax error
┌─ /home/bbigras/src/lustre_virtual_list/example/build/packages/gleam_stdlib/src/gleam/string.gleam:763:34
│
763 │ ->
│…
-
Issue: when you use **pulumi stack export > export.txt** in PowerShell 5.1, export.txt will be in UTF-16 LE encoding depending on PowerShell settings. In PowerShell, > is an alias for Out-File.
A s…
-
If a sql text file is encoded as ANSI (as opposed to UTF-8 or similar) the newer Go version of sqlcmd will not correctly parse non-ASCII characters.
For example, if a file contains non-breaking spa…
-
```
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…
-
GB18030 encoded text is being detected as utf_16, big5 and cp037, and only big5 can decode it.
Detection as utf_16 is very wrong as that codec must contain the utf16 BOM, so the library should be v…
-
| | |
| --- | --- |
| Bugzilla Link | [18898](https://llvm.org/bz18898) |
| Version | 3.4 |
| OS | Linux |
| Attachments | [re2c-generated C++ source file, contains big 'switch' statemants.](https:/…
-
This sort of thing is valid and actually pretty common:
`"(?:[\uD800-\uDBFF][\uDC00-\uDFFF]|[\0-\uFFFF])"`
-
When I read the tags that have unicode text in them, in most cases there's some garbage before string termination character.
Example:
```
Byte sequence I get:
ff fe 32 00 30 00 31 00 35 00 31 …
-
I'm struggling to implement two way communication with this library. Issue might be related to #330.
I'm using .NET as my main program from which I load my JS (ES module, not CommonJS) like this:
…
-
**The registration_id field of APNSDevice has been given a max_length of 200 characters.**
The token size mentioned for **APNS Devices is 64 bytes**.
Can we change the max_length to 191 characters as…