View Revisions: Issue #856 |
[ Back to Issue ] |
Summary |
0000856: Character conversion failed from UTF-8 to Latin1 failed if 0DC285 is used as delimiter |
|
Revision |
2017-01-17 13:12 by Mykhailo Moldavskyy |
|
Description |
After character conversion from ASCII to EBCDIC with 0D0A as ASCII delimiter in raw cases 0DC285 can be the result of the interims delimiter in UTF-8. The delimiter 0x0DC2 is detected but the 0x85 will be the first character of the next record. These results later in a conversion error. |
|
Revision |
2017-01-18 12:03 by Ulrich Schwab |
|
Description |
After character conversion from ASCII to EBCDIC with 0D0A as ASCII delimiter 0DC285 might be the result of the interim delimiter in UTF-8. The delimiter 0x0DC2 is detected but the 0x85 will be the first character of the next record. These results later in a conversion error. |