-
I recently came across W3C's [Encoding Standard](https://encoding.spec.whatwg.org/). In [4.2. Names and labels](https://encoding.spec.whatwg.org/#names-and-labels), it specifies:
> Authors must use…
-
# Feature or enhancement
I just finished an extended Windows bug hunt that I eventually tracked down to a `.pth` file being encoded in UTF-16-LE rather than an ASCII-compatible encoding.
I only …
-
Thanks for a great library! I appreciate your hard work on it.
Like in my last issue (which is a distinct encoding issue), I'm running into more trouble with encoding.
Note that I'm calling SetV…
-
First of all, I'd like to thank you for your library, which is a really amazing instrument for everyone who wants to determine the encoding of the text.
I'd like to commit a bug. UTF-16 and UTF-32 alg…
-
I understand that the Android JNI bindings are still WIP, but this seems an important issue to raise so it can be addressed before a stable Android release.
On the JNI API, the `*UTFString*` API func…
-
In follow-up of https://github.com/dbohdan/initool/issues/15, a level of support of UTF-16 LE encoding will be desired.
A very first level, would be to recognize a file encoded in either UTF-16 or …
-
**Avogadro version: 1.99.0 **
**Desktop version:**
- OS: Windows 11 Home
- Version 23H2
**Describe the bug**
When I was opening a .out file from ORCA with Avogadro, it always says error whi…
-
We have several bugs and complexities that are arising from the fact that we have a mix of encodings thought the engine. The only sane thing to do is to migrate to UTF-16 thought and translate to/from…
-
## 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 …
-
Hello,
Since ES2019 the Introduction section says:
> requiring that JSON.stringify return well-formed UTF-8 regardless of input
I don't think that's what it really means to say though, is it?…