cortexapps / cli

Command Line Interface for Cortex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Files not being open in binary mode, causes problems with entities that have ASCII and unicode characters

jeff-schnitter opened this issue · comments

Found this during some testing with Workday. An entity descriptor had a description with both ASCII and unicode and the CLI command to post chopped off some characters, apparently because the entity file wasn't opened in binary mode.