richtextbox, special characters paste problem...

  • Thread starter Thread starter thunter
  • Start date Start date
T

thunter

when I copy the special characters "ğıĞİ" from "MS Sql Server 2005
Management Studio Query Editor" into RichhTextBox1 control, it pastes
as "ðýÃÃ".

what is wrong ???, is there any parameter or trick ...
thanks.
 
when I copy the special  characters "ğıĞİ" from  "MS Sql Server 2005
Management Studio Query Editor" into RichhTextBox1 control, it pastes
as "ðýÃÃ".

what is wrong ???, is there any parameter or trick ...
thanks.

Exactly how are you "copying the special characters" to the
richtextbox?
 
Exactly how are you "copying the special characters" to the
richtextbox?

suppose that there is a text "ğıĞİ" in SQL 2005 Management Studio
Query Editor (or other text editor unicode like word)
I use ctrl+c keys to copy.
after that I use ctrl+v keys to paste into Richtextbox. Copied value
takes shape of "ðýÃÃ"
 
Back
Top