I'm using the Git Show Commit Logs action to get the commit messages since the latest build. These message are stored in utf-8 in git, however, finalbuilder treats it as ansi text.This causes some character to be displayed incorrectly:
Git | Finalbuilder |
---|---|
é | +® |
ë | +½ |
I'm capturing the output from the command with an output monitor. Is there a way to tell finalbuilder that the text is utf-8 encoded?