I'm trying to display data from a csv file but there's a problem with encoding. In php manual it says
Note: Locale setting is taken into account by this function. If LANG is e.g. en_US.UTF-8, files in one-byte encoding are read wrong by this function.
which i cannot understand...
can anybody explain it? thanks