This is the unicode for chinese:
I've used java.
Assuming that these three strings together make up a word in chinese and now i need to store all these together in a single field(as one word) in the oracle table.
How do i do that??
I've used java.
Code:
String code="\u6B22 "; String code1="\u8FCE"; String code2="\u4F7F";
How do i do that??
Comment