fallback_node = http://localhost:5000/ source [storage] backend = syncstorage.storage.sql.SQLStorage … [auth] backend = services.auth.sql.SQLAuth … source apache:
<Directory /path/to/sync> Order deny,allow Allow from all </Directory> <VirtualHost \*:80> ServerName example.com DocumentRoot /path/to/sync WSGIProcessGroup sync WSGIDaemonProcess sync user=sync group=sync processes=2 threads=25 WSGIPassAuthorization On WSGIScriptAlias / /path/to/sync/sync.wsgi CustomLog /var/log/apache2/example.com-access.log combined ErrorLog /var/log/apache2/example.com-error.log </VirtualHost> source howto otherinfo
I checked the Language settings of Firefox via Edit -> Preferences -> Content -> Languages. After you hit the “Choose…” button, you will be shown the preferred Language ordering of Firefox.
Oddly enough, on that Languages screen, the only language in the list was “chrome://global/locale/intl.properties”!
To rectify the problem, I added “English [en]” to the list, and moved it above the strange entry in the ordering. Refreshing Google now shows the correct character set.