Displaying 1 result from an estimated 1 matches for "ex_multiline".
Did you mean:
es_multiline
2006 Apr 11
4
Vpim::Vcard Line Breaks
...my data include multiple line addresses and they are
> being forced into one line.
Hi Ben,
Lets move this conversation over to vpim-talk, so we don''t take up the
attention of the entire ruby world. :-)
Here''s an example of encoding a multiline street with vpim-0.360:
% cat ex_multiline.rb
require ''vpim/vcard''
card = Vpim::Vcard::Maker.make2 do |maker|
maker.add_name do |name|
name.prefix = ''Dr.''
name.given = ''Jimmy''
name.family = ''Death''
end
maker.add_addr do |addr|
addr.preferred = tr...