talker
talker copied to clipboard
bugfix/web_encoding: fix web specific encoding issue
This PR solves an encoding issue encountered on web where some special accented characters (i.e. èéàùìò) would translate to \uFFFD (�) which would make the app crash when trying to log it to the web console.