TheMillionDollarMan
Programmer
Hi,
I am using Windows 2000 , VC++ version 6 and Oracle 8.
I am trying to find the equivalent to the dos function
set nls_lang=japanese_japan.ja16sjis
for VC++ and VB 6.0.
In the help on VC++ I have found the setlocale example where it shows German in the example however I can seem to show Japanese characters in a Data Grid.
It compiles ok with
#include <wchar.h> //For set Locale
#include <time.h>
#include <stdio.h>
#include <locale.h>
and
setlocale(LC_ALL, "Japanese"
But doesn't show the Japanese characters on ?????.
Thanks
D