Re: [Cgi-session-user] utf8 problem
Brought to you by:
sherzodr
From: Ron S. <ro...@sa...> - 2015-07-09 22:44:37
|
Hi Thomas There's another issue, which I omitted from my 1st email on the assumption it was obvious, but perhaps it isn't. (Ideally) You should not be writing or using code which makes assumptions about the 'utf8 flag'. So, try opening a file with the utf-8 layer active, and just write the session data to the file, without using Data::Dumper. Use https://metacpan.org/release/Path-Tiny, say, for that. -- Ron Savage - savage.net.au |