diff options
author | Jason Andryuk | 2016-02-12 23:13:33 +0000 |
---|---|---|
committer | Matt Fleming | 2016-02-16 12:49:05 +0000 |
commit | a68075908a37850918ad96b056acc9ac4ce1bd90 (patch) | |
tree | 2e8aa46386585d6a9f4744ce3d2207823660a205 /lib/fdt_wip.c | |
parent | e246eb568bc4cbbdd8a30a3c11151ff9b7ca7312 (diff) |
lib/ucs2_string: Correct ucs2 -> utf8 conversion
The comparisons should be >= since 0x800 and 0x80 require an additional bit
to store.
For the 3 byte case, the existing shift would drop off 2 more bits than
intended.
For the 2 byte case, there should be 5 bits bits in byte 1, and 6 bits in
byte 2.
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Cc: Peter Jones <pjones@redhat.com>
Cc: Matthew Garrett <mjg59@coreos.com>
Cc: "Lee, Chun-Yi" <jlee@suse.com>
Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
Diffstat (limited to 'lib/fdt_wip.c')
0 files changed, 0 insertions, 0 deletions