BOMNewlineEncodingDetector not returning the BE or LE info for UTF-16

Issue #75 resolved
Former user created an issue

Original [issue 75](https://code.google.com/p/okapi/issues/detail?id=75) created by @ysavourel on 2009-05-27T01:03:55.000Z:

When a UTF-16 BOM is detected, BOMNewlineEncodingDetector returns UTF-16 which is not enough for the decoder: it needs to know if it's BE or LE, otherwise the BO of the platform is used (it seems).

Comments (2)

  1. Log in to comment