Skip to content
Commit 2e69d229 authored by Luis Javier Merino's avatar Luis Javier Merino Committed by Kurt Hindenburg
Browse files

Account for CJK wide chars in copyLineToStream

Otherwise, block selection may not correctly insert spaces/newlines
between lines, since it may obtain only the leftmost character of a CJK
character pair, and put the space in the next character, which will then
be ignored by PlainTextDecoder as if it was the right dummy character of
a CJK character pair.

(cherry picked from commit 0597073a)
parent e194f009
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment