[IronPython] Question Regarding WPF : DataBinding, DataTemplates and C# Extensions

2008-11-02 Thread Rob Oakes
Dear Group, I have a rather involved question (more accurately series of questions) regarding WPF, particularly how it relates to DataBinding and DataTemplates. I will do my best to keep this posting to a reasonable length, but ... well ... I guess this serves somewhat as a warning ;) If you w

Re: [IronPython] IronPython on Intellipad

2008-11-02 Thread Curt Hagenlocher
And also http://www.masteringbiztalk.com/blogs/jon/PermaLink,guid,92ec6f1f-45e5-4b7d-b675-548be5131a07.aspx On Tue, Oct 28, 2008 at 2:13 PM, Curt Hagenlocher <[EMAIL PROTECTED]>wrote: > See also http://blogs.msdn.com/intellipad > > > On Tue, Oct 28, 2008 at 2:54 PM, Dody Gunawinata <[EMAIL PROTE

Re: [IronPython] Oddity with Setting Output Stream

2008-11-02 Thread Dino Viehland
Ultimately it's because we don't have Unicode and byte strings - we get little incompatibilities like this popping up every now and then due to that. I'm guessing this particular one could come back to behavior in the str.decode w/ raw_unicode_escape or unicode_escape. I say that because the pa

Re: [IronPython] Oddity with Setting Output Stream

2008-11-02 Thread Dan Eloff
Speaking of oddities involving utf-8 bom, why might this happen? http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=19005 -Dan ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] Oddity with Setting Output Stream

2008-11-02 Thread Michael Foord
Tomas Matousek wrote: You can also pass new UTF8Encoding(false) instead of Encoding.UTF8. OK, thanks. Michael Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Saturday, November 01, 2008 3:18 PM To: Discussion of IronPyth