> > YM> Ok, the PDF serializer works properly (but with .ttf fonts only), but what about > the HSSFSerializer? > YM> I still does not properly generate the exel document with russian characters :(( > > There is the "jakarta-poi-1.7.0-dev-20020624.jar" library in the > "cocoon-2.1/src/blocks/poi/lib". It does not support russian > characters. The support begins from version "1.8-dev". > See "http://jakarta.apache.org/poi/changes.html#1.8-dev" > The current version of POI is "2.0-pre1". >
I build and install (with cocoon2.0.4 rebuild) the jakarta-poi-1.8.0 but get the some result: I get the "B5AB" symbols instead the "тест" word :(( May be I must configure the HSSFSerializer (like in FOP cause)? in sitemap.xmap I have the following configuration: <map:serializers default="html"> ... <map:serializer name="xls" src="org.apache.cocoon.serialization.HSSFSerializer" mime-type="application/vnd.ms-excel"> <encoding>KOI8-R</encoding> </map:serializer> ... </map:serializers> may be that configuration is not complete? Where I'm wrong? Thanks for advise. -- Best regards, Yury Mikhienko. IT engineer, ZAO "Mobicom-Kavkaz" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]