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

 About This Book

 Reference Citations in 2023

 Reference Citations in 2022

 Reference Citations in 2021

 Reference Citations in 2020

 Reference Citations in 2019

 Reference Citations in 2018

 Reference Citations in 2017

 Reference Citations in 2016

 Reference Citations in 2015

 Reference Citations in 2014

 Reference Citations in 2013

 Reference Citations in 2012

 Reference Citations in 2011

 Reference Citations in 2010

 Reference Citations in 2009

 Reference Citations in 2008

Reference Citations in 2007

 PHP 5 Soap Client - Format of Request

 IllegalBlockSizeException thrown from .NET dll: msg#00024

 Encoding problem with MySQL

How can I view the Chinese data in my database?

 JSTL custom tags

 Trying to run forEach

 Hvor "sikker" er adgangskontrol med htaccess?

 How to add DTD syntax line into XML using java code

 Configure soap trên PHP

 how to update garbled characters

 Clr UDT Serialization

 PHP Sessions Timing Out

 "Out-of-left-field" question for any ASP/VBScript Gurus

 soapclient

 Trying SOAP and PHP with no luck?

 Reference Citations in 2006

 Reference Citations in 2005

 Reference Citations in 2004

 Reference Citations in 2003