Reference Citations - HerongYang.com - v2.94, by Herong Yang
How can I view the Chinese data in my database?
'Introduction to GB2312 Character Set' tutorial was cited in an Experts Exchange answer in 2007.
The Introduction to GB2312 Character Set tutorial was cited in an Experts Exchange answer in 2007.
Subject: How can I view the Chinese data in my database? Date: Oct 12, 2007 Author: andrew again Source: http://www.orafaq.com/forum/t/90692/0/ >I am using Oracle 10g on CentOS 4.5. >I can type Chinese words in sqlplus command line,but after I inserted >the Chinese data,it shows me the "??" marks. >... ... https://www.herongyang.com/gb2312/overview.html 1.) Find the Unicode codepoints for your characters, as well as the 2-byte storage value for GB2312-80 codepage 2.) Insert the characters using unistr() function. 3.) Confirm that the stored bytes are right using dump. (1010 for Decimal, 1016 for Hex). 4.) See if you can select the characters back successfully. My U+20AC example may not be a good test case for you as it's a Euro sign and your database characterset may not define it.
Table of Contents
PHP 5 Soap Client - Format of Request
IllegalBlockSizeException thrown from .NET dll: msg#00024
►How can I view the Chinese data in my database?
Hvor "sikker" er adgangskontrol med htaccess?
How to add DTD syntax line into XML using java code
how to update garbled characters
"Out-of-left-field" question for any ASP/VBScript Gurus