Team Elements

Status: Caution PostgreSQL Open Source Initiative (OSI) Java
PUBLIC PROFILE

Back to topics

Issues and Open Discussion

Non English characters in discussion forums

You need to be logged in to post messages

Non English characters in discussion forums

10/27/2006 3:52 AM EDT

Hi,

I have the following issue. When I create new topics in cyrillic they are shown incorrectly. When I create a new Forum and name it in cyrillic it is ok. News in cyrillic are ok. I think everything except topics.

1. 2/6/2007 5:50 AM EST

Mykhaylo Sorochan wrote:
Hi,

I have the following issue. When I create new topics in cyrillic they are shown incorrectly. When I create a new Forum and name it in cyrillic it is ok. News in cyrillic are ok. I think everything except topics.


Hi,

Same problem here using French language.

2. 2/7/2007 7:47 PM EST (edited)
Default user photo

By Matt Rajkowski

Concursive Corporation
Product Design

airplane-icon-100x100.png

Seems like this was recently fixed in the source code version... are you using the .war download or the source version?

This could be because in the .jsp where the title is displayed, you would incorrectly see <%= Issue.getTitle() %> but instead it needs to be <%= toHtml(Issue.getTitle()) %>

2 results found