Environment : springMVC(2.5) + Velocity(1.5) + oracle10g(characterset UTF8).

I realize that if templates are stored in the database instead of files,
the characters retrived becomes garbled.

Is it a bug?

DataSourceResourceLoader#getResourceStream(...)

:::
InputStream ascStream = rs.getAsciiStream(templateColumn); 
                                       ^^^^^^^^^
:::

regards,
-- 
View this message in context: 
http://www.nabble.com/DataSourceResourceLoader-not-support-UTF8--tp17684375p17684375.html
Sent from the Velocity - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to