• 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

Help!! Chinese(Big 5) Display Problem

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I created a database to store articles. The content contains Chinese Big5 code. I can stored it in MySQL, but I have problem displaying the content. The Chinese coding become something like "???Ld". I am not sure this is the Chinese handling problem of MySQL, Linux server or programming. How can I solve it???
This is the page to insert data: http://www.webappcabaret.com/pkin/WEB-INF/insertform.jsp
This is the page to show data (id=articles number): http://www.webappcabaret.com/pkin/WEB-INF/show.jsp?id=2
show.jsp
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic