Skip to content

Commit

Permalink
fix typos RT #111779
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-kd committed Feb 4, 2016
1 parent 0e8290c commit bf549df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Text/CSV/Encoded.pm
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ And in C<combine> and C<print>, it is assumed as an encoding for the passing lis
If C<encoding> is not specified or is set with false value (C<undef>),
the field data will be regarded as Unicode (when L<Text::CSV::Encoded::Coder::Encode> is used).
# ex.) a souce code is encoded in euc-jp, and print to stdout in shiftjis.
# ex.) a source code is encoded in euc-jp, and print to stdout in shiftjis.
@fields = ( .... );
$csv->encoding('euc-jp')
->encoding_to_combine('shiftjis') # same as encoding_out
Expand Down Expand Up @@ -633,7 +633,7 @@ and then it might guess the encoding from the given list.
It is important to remember the guessing feature is not always successful.
Or, the method can be applied to C<encoding>.
For exmaple, you want to convert data from Microsoft Excel to CSV.
For example, you want to convert data from Microsoft Excel to CSV.
use Text::CSV::Encoded coder_class => 'Text::CSV::Encoded::Coder::EncodeGuess';
use Spreadsheet::ParseExcel;
Expand Down

0 comments on commit bf549df

Please sign in to comment.