Author Topic: JDBC_URL in web.xml use utf8  (Read 2613 times)

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
JDBC_URL in web.xml use utf8
« on: February 09, 2012, 04:45:04 »
could you add "useUnicode=true&characterEncoding=utf8&characterSetResults=utf8" to JDBC_URL in web.xml because some utf8 character saving?

BTW:if loway team want to figure out which item should use utf8 encoding in mysql ,i would glad to do it.

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: JDBC_URL in web.xml use utf8
« Reply #1 on: February 15, 2012, 17:12:17 »
Did you convert your tables to UTF8?

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: JDBC_URL in web.xml use utf8
« Reply #2 on: February 16, 2012, 05:20:46 »
yes,i convert all i need to utf-8 and it works well for me. It always be the describe field of a table,and if QM want to do it,i will supply the detail fields

QueueMetrics

  • Loway
  • Hero Member
  • *
  • Posts: 2999
  • Karma: 39
    • View Profile
    • QueueMetrics
Re: JDBC_URL in web.xml use utf8
« Reply #3 on: February 24, 2012, 10:28:51 »
That would be nice.

coolname

  • Full Member
  • ***
  • Posts: 163
  • Karma: 0
    • View Profile
Re: JDBC_URL in web.xml use utf8
« Reply #4 on: March 12, 2012, 01:52:03 »
i have send it to Lorenzo