Bruno Agutoli

Results 36 comments of Bruno Agutoli

Bugfix (not release yet) https://github.com/agutoli/serverless-layers/pull/128

It is not something I'm planning to support/fix very soon, honestly. It would need a big refactoring which I can't do currently. https://github.com/agutoli/serverless-layers/issues/116

> I would appreciate if this plugin exposed some hooks for me to use, but ig i'll use the same plugin as well What kind of `hooks` do you need?

Hello friend, I'll try to simulate this problem and will return soon with a solution. Hug!

I did some tests and could not reproduce this error, call me on gtalk to talk better; bruno.agutoli(at)gmail.com agutoli(at)agutoli:Image_Iptc$ php readIptc.php Array ( [0] => keyword1 [1] => This is...

Take a test, download the project now, run the "writeIptc.php" and then run the "readIptc.php" and see if it worked.

This problem seems to be in the apache configuration, see how it is configured "AddDefaultCharset UTF-8" in "apache2/conf.d/charset" do not forget to restart apache

Not sure, I know very well Windows 7 or 8 (not sure), but I believe it is the same coding problem, your operating system can handle the type "x" and...

You must use the "array_map" to pass an array to the "set" ``` public function set($tag, $data) { $data = array_map("utf8_encode", $data); //$data = array_map("utf8_decode", $data);//or decode $this->_meta["2#$tag"] = array($data);...