Foros de discusión

Journal encoding problem

Arek W, modificado hace 16 años.

Journal encoding problem

New Member Mensajes: 6 Fecha de incorporación: 21/12/06 Mensajes recientes
Hi,

When I use Journal Structure and Template (BASIC-TEXT) I've problem with encoding in Journal Article (ąćę etc.). I tried change 'encoding' attribute in 'output' element in xsl script but that didn't work. When I don't use Structure and Template encoding is fine.

My XSL script


<!--?xml version="1.0" encoding="utf-8"?-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">  
  <xsl:output method="html" encoding="utf-8" omit-xml-declaration="yes" />  
  <xsl:template match="/"> 
    <xsl:value-of disable-output-escaping="yes" select="root/dynamic-element[@name='textarea']/dynamic-content" /> 
  </xsl:template> 
</xsl:stylesheet>


Liferay is running on:
* English Windows 2k3 R2 Standard x64
* Jrockit

Thanks for help.
thumbnail
The Meurwinn Concept, modificado hace 15 años.

RE: Journal encoding problem

Expert Mensajes: 261 Fecha de incorporación: 10/04/06 Mensajes recientes
Hi,
did you solve your encoding problem ?
thumbnail
The Meurwinn Concept, modificado hace 15 años.

RE: Journal encoding problem [SOLVED]

Expert Mensajes: 261 Fecha de incorporación: 10/04/06 Mensajes recientes
Hi, we 've probably found the problem.

The problem happens with a JRockit R27 and not with a R26.

So we're now asking for BEA support lol.

Thank you.
Kedar Fadnis, modificado hace 13 años.

RE: Journal encoding problem [SOLVED]

New Member Mensaje: 1 Fecha de incorporación: 26/08/10 Mensajes recientes
The Meurwinn Concept Concept:
Hi, we 've probably found the problem.

The problem happens with a JRockit R27 and not with a R26.

So we're now asking for BEA support lol.

Thank you.



we are also finding same problem with the Weblogic Jrockit R27 on linux.
Request you to please share with us any solution received
from BEA on the issue.