[one-liner]: Strange Characters on Google using Firefox on Ubuntu 10.04

Background

Recently upgraded a system to Ubuntu 10.04 and started noticing these strange characters when I’d hit Google.

google with strange characters

If you see something like this it usually has something to do with your computer’s locale (language) not being set correctly. That’s exactly what was wrong in my case with Firefox on Ubuntu 10.04. Not sure if it’s a wide problem, but I have had 2 systems where I’ve upgraded them both to Ubuntu 10.04 recently and they’ve both had this problem.

You can further confirm this by checking what the language is set to in Firefox. Navigate the pull down menus like so, Edit -> Preferences -> Content -> “Choose…” (under Languages).

Firefox’s Preference Menu (Content Tab)

Clicking the Choose button will open the Language’s Dialog box.

Firefox Lanuages Dialog

If you see the value: chrome://global/locale/intl.properties for your language then you’re most likely experiencing this same problem.

Solution

The workaround/fix? It’s pretty easy. In Firefox’s URL bar, type the URL about:config.

about:config

Then in the filter, type: intl.access_language.

about:config, intl.access_languages

Right click on intl.access_languages and select Reset from the pop up menu.

about:config pop up menu

Doing this should allow your locale from your operating system to now get picked up by Firefox. If it’s working correctly you should now see en-us,en.

intl.access_languages corrected

You can again further confirm it’s working by going back to the Language dialog box and making sure that your language is showing up correctly there too.

Firefox Language Dialog Corrected

This entry was posted in firefox, one-liner, Syndicated, tip, tips & tricks, Ubuntu. Bookmark the permalink.

Comments are closed.