-
### Bug description
Using the vscode extension (unsure about other cases):
When you have unicode characters in your code, the lsp can enter a bugged state and give nonsense errors.
Restarting the e…
-
### Issue description
Under Windows / Python 3.11 I'm seeing an Unicode related exception at a point where pipenv is trying to print status to the console (presumably).
`UnicodeEncodeError: 'cha…
remia updated
3 weeks ago
-
**Describe the bug**
Emoji is changed to Unicode in yaml
**To Reproduce**
```
$ cat flag.json
{
"US": "🇺🇸",
"CN": "🇨🇳"
}
$ dasel -f flag.json -w yaml
US: "\U0001F1FA\U0001F1F8"
CN: …
zydou updated
3 weeks ago
-
**Describe the bug**
I'm using agg on MacOS (15.1 Sequoia). No matter what I set `--font-family` or `--font-dir` to, it always falls back on Arial Unicode MS.
For example:
```
❯ agg --font-fa…
-
I had made a comment about adding the short timezone identifiers to
> timeZone (default is system default time zone or UTC)
> - valid identifier per [BCP175](https://www.rfc-editor.org/rfc/rfc655…
-
after doing:
formatter = xmlformatter.Formatter(indent="1", indent_char="\t", encoding_output="ISO-8859-1", preserve=["literal"])
formatter.format_file("myFile.xml")
I get error:
SyntaxError: (u…
-
It would be helpful to support more Unicode code points. My specific needs would be for combining diacritics.
I write a lot of scripts that use them in strings.
The fonts look great!
-
```SQL
-- Firebird-5.0.1.1469-0-windows-x64
-- Database page size = 16384
-- Connection charset = WIN1251
CREATE TABLE TEST_WIN1251 (
VAL VARCHAR(1024) CHARACTER SET WIN1251
)
CREATE TABL…
-
I noticed that the source code rendered by docs.rs at `https://docs.rs/crate/${name}/${version}/source/Cargo.toml` is different from the Cargo.toml actually in the published archive, at `https://stati…
-
If an emoji is made of multiple codepoints, it will not be listed on the respective Unicode version page.
Some examples:
🐦⬛
🐦🔥
🧑⚕️
🧑🎓
MAZ06 updated
3 weeks ago