<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,7 +13,8 @@ which you can install with
 
   $ sudo gem install fastercsv
 	
-Encoding conversions are done with Iconv, so make sure you have it on your development/production machine.
+Encoding conversions are done with Iconv, so make sure you have it on your
+development/production machine.
 
 == Example
 
@@ -35,12 +36,17 @@ e.g.
 
   @filename = 'report.csv'
 
-You can also set the input encoding and output encoding by setting
+You can set the input encoding and output encoding by setting
 &lt;tt&gt;@input_encoding&lt;/tt&gt; and &lt;tt&gt;@output_encoding&lt;/tt&gt; instance variables.
 These default to 'UTF-8' and 'LATIN1' respectively. e.g.
 
   @output_encoding = 'UTF-8'
 
+You can set &lt;tt&gt;@csv_options&lt;/tt&gt; instance variable to define options for
+FasterCSV generator. For example:
+
+  @csv_options = { :force_quotes =&gt; true, :col_sep =&gt; ';' }
+
 You can also attach a csv file to mail sent out by your application by
 including a snippet like the following in your mailer method
 
@@ -50,4 +56,5 @@ including a snippet like the following in your mailer method
   end
 
 
-Copyright (c) 2008 Econsultancy.com, released under the MIT license
+Copyright (c) 2008 Econsultancy.com and 2009 Vidmantas Kabo&#353;is, released under
+the MIT license.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -43,7 +43,7 @@ module ActionView # :nodoc:
             controller.response.headers['Content-Disposition'] = &quot;attachment; filename=\#{@filename}&quot;
           end
 
-          result = FasterCSV.generate do |csv|
+          result = FasterCSV.generate(@csv_options || {}) do |csv|
             #{template.source}
           end
 </diff>
      <filename>lib/csv_builder.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2de29d7d349c5ee7a429b5e25ac007b65406638b</id>
    </parent>
  </parents>
  <author>
    <name>Joel Chippindale</name>
    <email>joel.chippindale@gmail.com</email>
  </author>
  <url>http://github.com/econsultancy/csv_builder/commit/8ffabf990a4927ccc5eb70affe2d923747ee2b45</url>
  <id>8ffabf990a4927ccc5eb70affe2d923747ee2b45</id>
  <committed-date>2009-05-28T03:57:37-07:00</committed-date>
  <authored-date>2009-05-28T03:57:37-07:00</authored-date>
  <message>Added CSV generator options</message>
  <tree>53053c1efbdf89e60f335b55749dd8f02d8c292b</tree>
  <committer>
    <name>Joel Chippindale</name>
    <email>joel.chippindale@gmail.com</email>
  </committer>
</commit>
