-
We are using UTF-16, which has some cross platform compatibility issues, starting with different type used on different platforms - `wchar_t` on Windows and `char16_t` everywhere else, with former bei…
-
Coordino didn't work for sinhala language. I tried adding header statement, and added statements to bootstrap file, but it didn't work.
After that I changed table post using following sql.
ALTER TAB…
-
unicode ``` ``` a.k.a ```\xa0``` is breaking pub load
causing error:
```
/opt/VFB_neo4j/src/uk/ac/ebi/vfb/neo4j/neo4j_tools.py:148: UserWarning: {'code': 'Neo.ClientError.Statement.SyntaxErr…
-
Here is another bug I found in py2many:
The transpiler seems to fail to open files encoding with an encoding other than utf-8.
I tried transpiling a python file with a Chinese character ("丐") and …
-
```
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…
-
```
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…
-
```
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…
-
Concerns:
- Python 2.x vs 3.x unicode support
- JavaScript across browsers, reading/writing to local storage
- C#/Java uses UTF16 internally (I think?)
FileIO implementations for Python and JS ignore…
-
JS `String`s are stored as `utf-16`, so if I want them stored as `utf-8` (rather, utf-8-like, since they will still be utf-16 when converted back), we could filter a string, keeping only values that l…
-
```
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…