-
- Rust strings are UTF-8, and JavaScript strings are UTF-16
- during initialisation, the client provides a list of compatible encodings, and the language server selects one and sends it back
- we've…
-
## Description
Memgraph doesn't support Unicode characters.
Even though nodes can contain such characters. functions don't work correctly with them.
![Imgur](https://i.imgur.com/4jGWhdN.png)
…
-
```
What steps will reproduce the problem?
1. Create a utf-8 HTML page and a utf-16 XML document on your web server
2. Enable httpfox
3. From the page, the XML document using an Ajax call
4. Select th…
-
```
What steps will reproduce the problem?
1. Create a utf-8 HTML page and a utf-16 XML document on your web server
2. Enable httpfox
3. From the page, the XML document using an Ajax call
4. Select th…
-
Writing a DataFrame with utf-16 encoding adds garbage characters to the file:
``` python
import codecs
import pandas as pd
#This works
enc = 'utf-8'
print '\n\n',enc,'\n\n'
d = {'one' : pd.Series…
-
When JPlag tries to parse files encoded in UTF-16 it crashes.
When checking C++ projects it terminates with the following error log:
```text
java -jar ..\lib\jplag.jar -l cpp2 -r .\jplag-bug\plag…
-
### Describe the bug
With `query xml` I can query XML by XPath.
When tags are namespace querying becomes a hassle. Namespaces can be queried with `namespace::alias`, but that only works when the…
-
**URL:**
**user:**
**expected behaviour:*encoding should work, escape email subjects of apostrophes*
**behaviour:*
apostrophes in email subjects are not encoded.
UnicodeEncodeError: 'utf-8' co…
-
```
What steps will reproduce the problem?
1. Create a utf-8 HTML page and a utf-16 XML document on your web server
2. Enable httpfox
3. From the page, the XML document using an Ajax call
4. Select th…
-
```
What steps will reproduce the problem?
1. Create a utf-8 HTML page and a utf-16 XML document on your web server
2. Enable httpfox
3. From the page, the XML document using an Ajax call
4. Select th…