Ignore:
Timestamp:
2013/04/06 15:45:10 (11 years ago)
Author:
Seasoft
Message:

#2018 (帳票出力の備考にひらがな・カタカナを入力すると改行コードが文字化けします)

  • r22778 で根本的な改修になったと推測しています。r22250 を差し戻します。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_Fpdf.php

    r22567 r22779  
    276276        $this->MultiCell(0, 6, '< 備考 >', 'T', 2, 'L', 0, ''); 
    277277        $this->SetFont('SJIS', '', 8); 
    278         $text = SC_Utils_Ex::rtrim($this->arrData['etc1'] . " \n" . $this->arrData['etc2'] . " \n" . $this->arrData['etc3']); 
     278        $text = SC_Utils_Ex::rtrim($this->arrData['etc1'] . "\n" . $this->arrData['etc2'] . "\n" . $this->arrData['etc3']); 
    279279        $this->MultiCell(0, 4, $text, '', 2, 'L', 0, ''); 
    280280    } 
Note: See TracChangeset for help on using the changeset viewer.