Commit c6c1938
committed
utf8 to utf16 conversion must use native endianness
There is no obvious reason why native endianness should not be used, and
tests failed on big-endian architectures.1 parent 8187bdd commit c6c1938
File tree
2 files changed
+2
-1
lines changed- jbmc/src/java_bytecode
- src/util
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments