Displaying 2 results from an estimated 2 matches for "to_text".
Did you mean:
o_text
2006 Apr 02
4
Field#to_text
We''re using Vpim to parse iCal and vCard files, and so far it''s been
great. However, when we were parsing some iCal files we noticed that
all the endlines in the description section were disappearing. I start
peering through the source code and find (in the Field#to_text method
that is being called):
# The value as text. Text can have escaped newlines, commas, and escape
# characters, this method will strip them, if present.
Is there some reason that this is done? I''d much prefer to keep my
commas and newlines...
Thanks,
Emmett
2007 Feb 12
0
[866] trunk/wxruby2/doc/textile/htmlwindow.txtl: Added missing methods section
...clicked
+* "HtmlWindow#on_opening_url":#HtmlWindow_onopeningurl
+* "HtmlWindow#on_set_title":#HtmlWindow_onsettitle
+* "HtmlWindow#read_customization":#HtmlWindow_readcustomization
+* "HtmlWindow#select_all":#HtmlWindow_selectall
+* "HtmlWindow#selection_to_text":#HtmlWindow_selectiontotext
+* "HtmlWindow#select_line":#HtmlWindow_selectline
+* "HtmlWindow#select_word":#HtmlWindow_selectword
+* "HtmlWindow#set_borders":#HtmlWindow_setborders
+* "HtmlWindow#set_fonts":#HtmlWindow_setfonts
+* "HtmlWindow#set_p...