JAVA XML insertion of chineese characters

NITISH CSE JHS

NITISH CSE JHS

@nitish-cse-jhs-taOxlU Oct 26, 2024
i have made a java program to read a file which contains chinese characters now i want to insert these chinese characters in database mysql ,i have allready made a database connection,now i want to store and retrieve the values from my sql database.

chinese characters:-菜湯vb

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • NITISH CSE JHS

    NITISH CSE JHS

    @nitish-cse-jhs-taOxlU May 7, 2013

    NITISH CSE JHS
    i have made a java program to read a file which contains chinese characters now i want to insert these chinese characters in database mysql ,i have allready made a database connection,now i want to store and retrieve the values from my sql database.

    chinese characters:-菜湯vb
    plz give me the coding for the program thanks
  • The_Small_k

    The_Small_k

    @the-small-k May 7, 2013

    I don't think you can insert chinese character in DB.
    I think all the database supports character set of UTF 8 only but m not sure😒
    .
    Why don't you try the concept of properties file ?
    But again if you want to insert anyhow den store that words in text file and then store that text file into database😀
  • siraj.mussafirr

    siraj.mussafirr

    @sirajmussafirr-UMGx7y May 9, 2013

    Save as utf8
    read this #-Link-Snipped-#