• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Cannot use chinese.

 
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, I'm from HK and want to use traditional chinese in my forum. My forum could display in traditional chinese after the installation. But for those chinese posts or reply i add to the forum, it could only display as "???".

As I read through the threads about chinese in this forum, I realized that I may need to do the following changes:

WEB-INF\config\database\mysql\mysql.properties
dbencoding=big-5 (originally utf8)

WEB-INF\config\jforum-custom.conf
dbencoding=big-5 (originally utf8)

WEB-INF\config\SystemGlobals.properties
encoding=BIG5 (originally UTF-8)

But changing UTF-8 to BIG-5 does not help any. Using UTF-8 and BIG-5, both give me "???". Help......


Here is the variables for my mysql server.
character_set_client utf8
character_set_connection utf8
character_set_database utf8
character_set_results utf8
character_set_server latin1
character_set_system utf8
collation_connection utf8_general_ci
collation_database utf8_general_ci
collation_server latin1_swedish_ci

Anyone have successful experience, please share it. Thousands of thanks.
[originally posted on jforum.net by viviancpy]
 
You showed up just in time for the waffles! And this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic