NJSTAR TECHNICAL SUPPORT

Support_Home > NJWIN CJK Viewer
Search:
| NJStar Support | Ordering | Free Demo | Search |

  The email received from my Chinese friends contains corrupted Japanese-like symbols. Why?
The problem is caused by the fact that there is no spaces in between Chinese characters as English text do. Therefore normal English program such as Eudora (www.eudora.com) does not know where to break a long Chinese line. And more often than not, it breaks a long line right in the middle of a Chinese character - resulting message corruption.

Our new NJStar Communicator has an "Universal Code Convertor" (UCC) to fix such corruption. Just copy the message and start UCC, then select "wrap text at 30". It will break the text at the right place for you so that you can paste back to read the message.
You can also paste the corrupted text directly to our NJStar Chinese WP to read.


As a software programmer, how can I close NJWIN in my program?
On Win 95/98.

SendMessage(FindWindow("NJWIN32",NULL),WM_CLOSE,0);
SendMessage(FindWindow("NJWIN16",NULL),WM_CLOSE,0);

On Windows NT/2000.

SendMessage(FindWindow("NJWIN32",NULL),WM_CLOSE,0);


How to switch NJWIN language from a program?
To switch NJWIN language from a program, call

SendMessage(FindWindow("NJWIN32",NULL),WM_COMMAND,id);
SendMessage(FindWindow("NJWIN16",NULL),WM_COMMAND,id);

where

id=501 - Chinese Auto Simplified
id=502 - Chinese Auto Traditional
etc..

valid id=501-518, corresponding to the menu list.


I am using NJWIN CJK Viewer with IE, but I still have trouble reading CJK web sites.
If you are using IE, try setting IE's "View", "encoding" and select "Chinese Simplified", "Chinese Traditional" or Japanese, Korean languages depending on the web page you are viewing.

I download the NJWIN160 from internet. But it didn't work.
Please check the following:

  1. If you downloaded the ".zip" version instead of the ".exe" version, you need to unzip the file before installing the program;
  2. After the installation, make sure that the selected language displayed on the NJWIN control bar (top right conner of your screen) is right. Otherwise, click on it to select your language.



Related Topics:
Pages Updated On: 18-Dec-2007
Contact: support@njstar.com