标签: sql oracle unicode character-encoding iso-8859-1
我有一个数据库,其中有许多人的名字。字符集是ISO8859-15所以西欧字符。现在我希望来自世界各地的名字加入数据库,例如。中文和希腊字符应该可用。我需要改变什么?我必须使用哪个字符集?
答案 0 :(得分:3)
我非常确定您需要Unicode字符编码。
https://en.wikipedia.org/wiki/Unicode
"ISO 8859-1 is a single-byte encoding that can represent the first 256 Unicode characters."