I installed NERDTree via Pathogen on Mac OSX 10.6.8.
When I vim a dir, I cannot enter into sub dirs with enter key. Furthermore, the dirs look like this:
Check locale on your system, if output is something like this one LANG=C then do the following steps:
locale
LANG=C
sudo echo "LANG=en_US.UTF-8" >> /etc/locale.conf
sudo locale-gen
sudo reboot
check your locale again. Hope this can solve your problem.