hanyniazy
19th February 2006, 20:55
any one can help me in this problem
how can i convert character set to insert in database arabic data and see it like in database without convert
i want to change in convert function TSS or i want to change character set
in dcoumentation told me to convert in charater set u mast open NLSEditor
from where or how i can open it and if this step not right can any one told me how can i change in convert function or in character set ????????????:mad: :mad: :mad: :mad:
Plz any one help me faster !!!!!!!!!!:confused: :confused: :confused:
this third time to ask this questtion plz help me:) :)
en@frrom
20th February 2006, 10:53
Ok, I'll be the bad one again....
Hany,
When you have no response on your posts, it probably means that nobody could help you with your questions. Although the BaanBoard is loaded with international expertise, it could happen that something is being asked on which nobody at the time knew an answer.
I understand your frustration, but please remember: this is a free, volountary, uncommitted place. If you are in the need of urgent help, you are entitled to hire a consultant to assist you. You cannot however come here and get all angry that nobody yet dared answering your question. Also, posting it a second and a third time will not help you in any way...
Please read and observe...
Kind regards,
En
günther
20th February 2006, 11:22
Okay, here is my little knowledge about nlsedit. On my unix system, I have a program $BSE/bin/nlsedit6.1 - so you should be able to find a nsledit*.exe I guess.
My nlsedit6.1 gives some help:
INFO:
terminf : vt220
nls_in : generic.in
nls_out :
BSE : /baan/bse
Be sure your terminal has been configured correctly:
* 8 bit dataconnection (all layers!)
* 8 bit terminal emulation support (i.e. vt200)
* Multinational (for keyboards other than US)
* Keyboard setup (language)
KEYS:
d/h/o : decimal/hex/octal mode
t : edit nls_in & nls_out tables
r : toggle display of characters
s : toggle character set
The option 't' switches to a table which shows lines starting from char 160 (decimal, clear text "No-break space") to char 255 (decimal, clear text "Small Letter y with Diaeresis). Maybe that's a starting point.
Good Luck!
Günther
hanyniazy
20th February 2006, 17:25
Thanks günther for the answer, but I don't have the nlsedit6.1, but I have the tsscvt and it won't work... I am working with Baan 5.0c on windows 2003 SP 16
Mohamed_alsadr
21st February 2006, 10:31
hi,
try: tsscomp.exe -i (input file tss6.2) -o (output file)
tss6.2 is the source file where you change the data to what you want, and the output file should be tss_c6.2...
both files are in the lib, remember that to backup tss_c6.2 before you replace it, as it is loaded in the shared memory.
Hope this help