No, that's what I'm doing right now. I looked through the code and it looks like in MarkupWriterImpl.printRaw() that it converts the string to a char[] which I think is the problem.
On Thu, 2006-03-30 at 20:13 -0500, Mike Snare wrote: > Will an Insert with raw="true" work? > > -Mike > > On 3/30/06, Dan Adams <[EMAIL PROTECTED]> wrote: > > What component should I use to insert a raw block of text that is UTF8 > > and has some unicode characters in it? I see that markupwriter says it > > translates unicode into html entities but @Insert converts the value to > > a char[] before writing it. > > > > -- > > Dan Adams > > Software Engineer > > Interactive Factory > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Dan Adams Software Engineer Interactive Factory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
