Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

About this user

kumar mcmillan http://farmdev.com/

« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS 

solve svn error "can't recode string" on Mac OS X

was getting this error on certain files until I added this to ~/.bash_profile :
   1  export LC_CTYPE="en_US.UTF-8"
   2  export LANG="en_US.UTF-8"
« Newer Snippets
Older Snippets »
Showing 1-1 of 1 total  RSS