in reply to Yet another Encoding issue...
where "characters" are the conceptual thing to be represented, and "bytes" is the means the computer (and hard disk etc) use to do the representing.$bytes = encode($characters); $characters = decode($bytes);
|
|---|