Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

problem with DB->WEB encodings

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi team, I try to use JForum 2.1.5 CVS with JBoss and Oracle 10g base, everything work fine but I have a problem with DB->WEB encodings.

My Oracle use base with ISO-8859-1 (Latin) and I can't change encoding becouse there are a lot of other datas, from other side my web pages have to use windows-1251 (Cyrillic ). My other web services when need to display some database info used function like this one


I was try to set encoding = Windows-1251 in SystemsGlobals.properties but this is not enough, because I've need to set and dbencoding for Oracle, like into MySQL.properties

Can you help me how to implement this into JForum presentation tier

10x in @vance
JForum is a Great Work
[originally posted on jforum.net by Anonymous]
 
reply
    Bookmark Topic Watch Topic
  • New Topic