| Author |
Post |
Topic: Encoding problem |
blabno
Replies: 5
Exibitions: 2716
|
Forum:
Questions - English
Posted: 15/09/2009 13:56:43 Subject: Encoding problem |
| I have it uncommented. It works now. But you have errors in postgresql create.sql script. You also use autoincrement for mysql version. I suggest using sequences for postgres version. I can provide appropriate changes in create.sql if you wish. |
Topic: Encoding problem |
blabno
Replies: 5
Exibitions: 2716
|
Forum:
Questions - English
Posted: 15/09/2009 09:19:20 Subject: Encoding problem |
| Ok, my fault.. it was enough to change WEB-INF/classes/webwork.properties to:
webwork.i18n.encoding=UTF-8 |
Topic: Encoding problem |
blabno
Replies: 5
Exibitions: 2716
|
Forum:
Questions - English
Posted: 15/09/2009 08:39:40 Subject: Encoding problem |
| I'm having problem with polish characters. Database is configured to UTF8, html documents have UTF8 encoding meta clause, but bot Konqueror and Firefox see the page as ISO-8859-2, so when I enter polish characters then both in database and after page reload I see rubbish instead.
I guess this has something to do with application server config. How can I deal with that ?
PS. Im running JBoss Application Server 4.2.2.GA |
Topic: PostgreSQL support |
blabno
Replies: 2
Exibitions: 861
|
Forum:
Questions - English
Posted: 15/09/2009 08:34:49 Subject: PostgreSQL support |
| My production server operates on PostgreSQL database and we do not want MySQL, so it is a must for me. |
Topic: PostgreSQL support |
blabno
Replies: 2
Exibitions: 861
|
Forum:
Questions - English
Posted: 15/09/2009 04:47:31 Subject: PostgreSQL support |
| Is it possible to run javaBB on PosgreSQL database ?
I'm having lots of issues with that. |