Revision 742
- Date:
- 2018/11/13 08:32:16
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/Contenido/Object.pm
544 544 if ($state->db_encode_data) { 545 545 push @values, Encode::decode($state->db_encode_data, $value, Encode::FB_HTMLCREF); 546 546 } elsif ($DBD::Pg::VERSION >= '3' && $] < '5.026') { 547 warn "Decode for ".$DBD::Pg::VERSION." and $]\n"; 547 # warn "Decode for ".$DBD::Pg::VERSION." and $]\n"; 548 548 push @values, Encode::decode('utf-8', $value, Encode::FB_HTMLCREF); 549 549 } else { 550 550 push @values, $value;