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&aacute;" the result is "hol&aacute;" , 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

Reply via email to