I've encountered a strange issue with Firefox on FreeBSD. I have UTF8 working by editing my `.login_conf` file:
And UTF8 works fine in my browser, however over time Firefox no longer knows how to read non-ASCII text in my browser (normally it ends up being Japanese) until I restart it. Is this a Firefox issue or is there something I should be editing to make it so I'm not having to regularly restart Firefox?
Not sure if this is bad but I also set charset to UTF-8 and lang=C.UTF-8 in the default section of my `/etc/login.conf` file and hashed it
Code:
me:\
:charset=UTF-8:\
:lang=en_US.UTF-8:
And UTF8 works fine in my browser, however over time Firefox no longer knows how to read non-ASCII text in my browser (normally it ends up being Japanese) until I restart it. Is this a Firefox issue or is there something I should be editing to make it so I'm not having to regularly restart Firefox?
Not sure if this is bad but I also set charset to UTF-8 and lang=C.UTF-8 in the default section of my `/etc/login.conf` file and hashed it