Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 40d21a2d

Von Sven Schöling vor fast 13 Jahren hinzugefügt

  • ID 40d21a2dbba64bb087ff7bd2781ed1a0707add1c
  • Vorgänger 15f021a6
  • Nachfolger 37d7b869

Request: Fehler in recode_recursively

Fix zu Bug 1774.

Unterschiede anzeigen:

SL/Request.pm
165 165
        # Workaround for a bug: converting $from->[$idx] directly
166 166
        # leads to 'undef'. I don't know why. Converting a copy works,
167 167
        # though.
168
        $from->[$idx] = $iconv->convert("" . $from->[$idx]);
168
        $to->[$idx] = $iconv->convert("" . $from->[$idx]);
169 169
      } else {
170 170
        $to->[$idx] ||= {} if 'HASH'  eq ref $from->[$idx];
171 171
        $to->[$idx] ||= [] if 'ARRAY' eq ref $from->[$idx];

Auch abrufbar als: Unified diff