I have an issue. Basically I'm trying to simulate Twitch chatters tmi thingy (tmi.twitch.tv/group/user/USERNAME/chatters) for active users on the channel. Everytime I write something on the file that contains $chr(160) it replaces it with "Â".

I know that's due to the abstence of BOM (byte order mark). How do I fix this?

ps: I'm using v7.36.
ps2: File is constantly being updated.

Last edited by WhatdaFox; 23/05/15 06:10 PM.