-
Currently StaticStrings.jl supports UTF-8 only.
We could support UTF-16 or UTF-132 as in https://github.com/JuliaStrings/LegacyStrings.jl
-
While working on https://github.com/sublimelsp/LSP/pull/932, I learned that pyls does **not** handle UTF-16. It assumes that (row, col) pairs are in terms of UTF-32 points.
For the row it doesn't m…
rwols updated
4 years ago
-
UTF-16 support -- support for surrogates -- is crucial for "modern" texts like Emoji and other new charcters. Microsoft Windows has supported UTF-16 since 2000. The Cairo backend currently used can to…
-
## Overview
[TIP]: # ( DO NOT include screenshots of your actual database! )
[NOTE]: # ( Give a BRIEF summary about your problem )
When the CSV file is NOT in UTF-16, the CSV parser will enter an …
-
Not sure if I'm doing something wrong, but I can't display emojis inside the PDF.
**Are you using the latest version of jsPDF?**
Version 1.4.1
**Steps to reproduce**
`pdf.text('😍 😎 😘 😐', 10 ,1…
-
Currently there are UTF-8 and UTF-16 encoder/decoder methods. These work by converting to and from `Rune` (UTF-32). While it's possible to do this through a round-trip, such as UTF-8 → UTF-32 → UTF-16…
-
Encodings: `UTF-8`, `UTF-16`
Line Endings: `LF`, `CR`, `CR+LF`
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Write title or Description using Korean
4. See error word
**Expe…
-
### Dafny version
4.7.0 (master as of 29 Aug, except for Rust which is latest feat_rust)
### Code to produce this issue
```dafny
module foo {
method bar() {
var decoded := "\uD835\uD…
-
YAML 1.2 requires UTF-16 and UTF-32 support. Currently, only UTF-8 is processed.