I am trying to figure out why I have â the a with a carat or circumflex over it in random places?
It appears when I run "findmnt".
$this->bbcode_second_pass_code('', 'TARGET SOURCE FSTYPE OPTIONS
/ /dev/root ext3 rw,relatime,errors=continue,user_xat
ââ/dev devtmpfs devtmpfs rw,size=62632k,nr_inodes=15658,mode=
â ââ/dev/pts devpts devpts rw,nosuid,noexec,relatime,gid=5,mode
â ââ/dev/shm shm tmpfs rw,nosuid,nodev,relatime
')
It also appears when i tried to remove a file.
$this->bbcode_second_pass_code('', 'rm: remove write-protected regular file âREADMEâ?')
I thought maybe it was something with fontconfig so I read the upstream posts but I can't figure it out.
Any ideas?