how to store the multiple languages data into table?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • naveendb2dba
    New Member
    • Jun 2009
    • 4

    how to store the multiple languages data into table?

    I have table A,this table having the comments column, Now the requirement is 'comments' needs to store all language like Japanese, Chinese etc.
    I am using the db2v9.5 database
    db code page-1208
    code set-UTF-8
    please advise me..
  • zenworks
    New Member
    • Sep 2008
    • 2

    #2
    1208 code page is Unicode page.Since Unicode supports all language texts then you can use 1208 code page only for your case.

    Comment

    Working...