civisanalytics / python-glmnet

A python port of the glmnet package for fitting generalized linear models via penalized maximum likelihood.
Other
262 stars 59 forks source link

Fix README bug with encoding="utf-8" #8

Closed VictorRodriguez closed 8 years ago

VictorRodriguez commented 8 years ago

This change fix the compilation bug of encoding="utf-8" in the section that reads the README. Is possible to face this bug if LANG=C is set

Signed-off-by: Victor Rodriguez victor.rodriguez.bahena@intel.com

wlattner commented 8 years ago

Thanks for fixing this.