• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

utf-8; hungarian characters work in post title, but fail in post body

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
this is a weird one.

we have tomcat 5.5, mysql 4.1. jforum 2.1.7

works fine on our windows workstations
but when we deploy to linux server we get mostly correct behaviour
but the characters ő ű in lower and uppercase work fine in post titles but revert to '?'
in post bodies.

any ideas anyone ?


[originally posted on jforum.net by elliott]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
what database did you use?
I am using mysql. initially i also face this problem. Multi-language postes can not be shown correctly.
just change my.cnf file.
[mysql]
default-character-set=utf8

# The default character set that will be used when a new schema or table is
# created and no character set is defined
default-character-set=utf8

then it would ok shortly.

BTW: i guess this is not bug for jforum.

Plato
[originally posted on jforum.net by king3382]
 
reply
    Bookmark Topic Watch Topic
  • New Topic