-
```
This code throws a NullPointerException on iOS
try {
byte[] bytes = "hello".getBytes("UTF-16");
String hello = new String(bytes, "UTF-16");
Log.p("Hello: "+hel…
-
The deps.json, runtimeconfig.json files are build generated, but global.json is user generated. So this can
be encoded in UTF-16.
See https://github.com/dotnet/cli/issues/2159
> @gkhanna79 I just r…
-
```
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…
-
When creating input files with a normal text editor in Linux and then trying to use your tool with those files doesn't work.
The tool exits with the error: **Error parsing input file: Unexpected valu…
-
```
This code throws a NullPointerException on iOS
try {
byte[] bytes = "hello".getBytes("UTF-16");
String hello = new String(bytes, "UTF-16");
Log.p("Hello: "+hel…
-
In LibWeb the internal string representation is in UTF-8, but to the outside world this is exposed as UTF-16. For performance, it would be advantageous to have some sort of lazy UTF-16 string cache fo…
-
There are use-cases where I want to use `.SDcols=function` and add an extra column or two. Currently, I think I need to do something like:
```r
DT[, c(.(chrvar = chrvar), .SD), .SDcols = is.numeri…
-
```
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. install pyodbc 3.0.3 on Python 2.7.2, Mac OS X 10.7.3 64-bit
2. build FreeTDS 0.91 with iODBC, make connection to MS SQL Server 2008
3. run a query agains…
-
```
What steps will reproduce the problem?
1. install pyodbc 3.0.3 on Python 2.7.2, Mac OS X 10.7.3 64-bit
2. build FreeTDS 0.91 with iODBC, make connection to MS SQL Server 2008
3. run a query agains…