<html><body>

<p>now if you could attach it to the mail...</p>
<blockquote>
<div class="message_header"><span>Do Jan 07 2010 05:59:47 EST</span> <span>von  "Brad Hards" <bradh@frogmouth.net> </span> <span class="message_subject">Betreff: Re: [Freeassociation-devel] Problems with un-escaped characters in TZID</span></div>
<div class="message_content"><tt>On Thursday 07 January 2010 10:23:37 Wilfried Goesgens wrote:</tt><br />
<blockquote><tt>hm, It seems as if my reply was aten: </tt><br /> <tt></tt><br /> <tt>Brad, I think its patch messing up the utf8 code. </tt><br /></blockquote>
<tt>The utf8 bit is just accidental damage (my editor isn't handling it correctly). Ignore that.</tt><br /> <tt></tt><br />
<blockquote><tt>Could you please move the utf-8 sequences in its own file, and load it</tt><br /> <tt>instead of having it inline? </tt><br /></blockquote>
<tt>I'm not intending any changes to the UTF8 bit. </tt><br /> <tt></tt><br /> <tt>The intended part of the patch is this:</tt><br /> <tt>--- src/test/regression.c       (revision 982)</tt><br /> <tt>+++ src/test/regression.c       (working copy)</tt><br /> <tt>@@ -1255,7 +1255,23 @@</tt><br /> <tt>icalvalue_free(v);</tt><br /> <tt>}</tt><br /> <tt></tt><br /> <tt>+void test_tzid_escape(){</tt><br /> <tt>+    icalparameter *tzid;</tt><br /> <tt>+    icalproperty *prop;</tt><br /> <tt></tt><br /> <tt>+    tzid = icalparameter_new_tzid("Timezone\nwith a newline");</tt><br /> <tt>+    prop = icalproperty_new_dtstart(icaltime_from_day_of_year(26, 2009));</tt><br /> <tt>+    icalproperty_add_parameter(prop, tzid);</tt><br /> <tt>+</tt><br /> <tt>+    if (VERBOSE)</tt><br /> <tt>+      printf("%s\n",icalproperty_as_ical_string(prop));</tt><br /> <tt>+</tt><br /> <tt>+    is("test encoding of 'Timezone\\nwith a newline'",</tt><br /> <tt>+       icalproperty_as_ical_string(prop), "DTSTART;VALUE=DATE,TZID=Timezone\\nwith a newline:20090126");</tt><br /> <tt>+</tt><br /> <tt>+    icalproperty_free(prop);</tt><br /> <tt>+}</tt><br /> <tt>+</tt><br /> <tt>void test_requeststat()</tt><br /> <tt>{</tt><br /> <tt>icalproperty *p;</tt><br /> <tt>@@ -3696,6 +3712,7 @@</tt><br /> <tt>test_run("Test classify ", test_classify, do_test, do_header);</tt><br /> <tt>test_run("Test Iterators", test_iterators, do_test, do_header);</tt><br /> <tt>test_run("Test strings", test_strings, do_test, do_header);</tt><br /> <tt>+    test_run("Test TZID escaping", test_tzid_escape, do_test, do_header);</tt><br /> <tt>test_run("Test Compare", test_compare, do_test, do_header);</tt><br /> <tt>test_run("Create Simple Component", create_simple_component, do_test, do_header);</tt><br /> <tt>test_run("Create Components", create_new_component, do_test, do_header);</tt><br /> <tt></tt><br /> <tt></tt><br /> <tt>------------------------------------------------------------------------------</tt><br /> <tt>This SF.Net email is sponsored by the Verizon Developer Community</tt><br /> <tt>Take advantage of Verizon's best-in-class app development support</tt><br /> <tt>A streamlined, 14 day to market process makes app distribution fast and easy</tt><br /> <tt>Join now and get one step closer to millions of Verizon customers</tt><br /> <tt><a href="http://p.sf.net/sfu/verizon-dev2dev" target="webcit01">http://p.sf.net/sfu/verizon-dev2dev</a> </tt><br /> <tt>_______________________________________________</tt><br /> <tt>Freeassociation-devel mailing list</tt><br /> <tt>Freeassociation-devel@lists.sourceforge.net</tt><br /> <tt>https://lists.sourceforge.net/lists/listinfo/freeassociation-devel</tt><br /> <br /></div>
</blockquote>
<p> </p>
</body></html>