I am trying to use the following command but can't get the right output:
$ w3m -dump_source google.com
r���G��2�Ph��ү�f�� ����?�l���%Y:���c(�����������Y\��s8Ư| ��;����1ʹ��D��^�lK���٥r��\���Սk�V��Ϸv���{��r�����~s\��~?�ML7���¹���ƿ�qm��h��q�(��:wZ a�
How can I change the charset?
I've also tried
w3m -O "UTF-8" -dump_source "google.com"
and
w3m -I "UTF-8" -dump_source "google.com"
but none worked.