Commit 1da38a38 authored by rc-swag's avatar rc-swag
Browse files

feat(windows): handle CRLF specific to windows

Added a function to replace `\r\n` with `\n` that is
U+000D U+000A with U+000A. And another to do the reverse
that is insert '\r` infront of any `\n` charcters to support
the CRLF for windows. Supporting unit tests also added.
The function have been integerated into the code and are used
before the set_if_need Keyman Core call and then in the processing
of actions returned from the Core.
parent 043090f8
Supports Markdown
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