Hi, I had a similar problem with news-xmlui.xml. Our file contains accented vowels like è, ì etc. we solved this isssue specifying ISO-8859-1 (latin-1) as charset directly into the file.
Valerio. On Fri, Jun 27, 2008 at 2:46 PM, Xaquin Lores <[EMAIL PROTECTED]> wrote: > Hi > > I'm having troubles with encodings when writing introductory text (html) of > communities with Manakin. > I write: > > <html xmlns="http://www.w3.org/1999/xhtml"> > <head> > <meta http-equiv="content-type" content="text/html; > charset=utf-8" /> > </head> > <body> > > holá > > </body> > </html> > > and the result is "hol?" > If I write "holá" the result is "holá" , I've also tried text > with only <p> and results were the same > but if I don't write html tags, simply text like "holá" the result is "holá" > > With the same database jspui is working ok > > I have checked /tomcat/webapps/manakin/WEB-INF/web.xml and the configuration > is: > > <init-param> > <param-name>container-encoding</param-name> > <param-value>ISO-8859-1</param-value> > </init-param> > > <init-param> > <param-name>form-encoding</param-name> > <param-value>UTF-8</param-value> > </init-param> > > > Any ideas? > > Xaquín Lores > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech > > -- ------- Valerio Minetti Cpm - Centro produzione Multimediale, Università degli Studi Milano Bicocca ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

