oralce字符集

问题如下:

                1、有个人的名字是王㭎,但是oralce11.2.0.4.0存成了‘王?’。

                2、oralce字符集ZHS16GBK,通过oralce的local builder查看,这个字符集中没有这个“㭎”字

                3、新建了一个数据库,字符集改完AL32UTF8,

                 create table t(N varchar2(200));
                 select t.*, t.rowid from T t;
                 insert into t values('㭎');

                此时依然乱码,

               

                 insert into t values(unistr(REPLACE('\u3b4e','\u','\')));此时不乱了。

                 unistr

               UNISTR takes as its argument a text literal or an expression that resolves to character
               data and returns it in the national character set. The national character set of the
               database can be either AL16UTF16 or UTF8. UNISTR provides support for Unicode
               string literals by letting you specify the Unicode encoding value of characters in the
               string. This is useful, for example, for inserting data into NCHAR columns.



                 字符集无论怎么设置,不用unistr都乱码,很奇怪。


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值