I have this special caracter after retreving rows from sql server:
"....spasses: � Entrem al valort 6050108002811 � El donem..."
I would like a sed command to remove it..or just know it's ascii code in order to replace it into my sql sentence.. Hope some one knows how to do that.
thanks for your answer. I have a dubt, where you put ascii I must replace by the ascii code of this point? or I execute the command just like you wrote?
I can't read nor interpret the error msg, but I would be very curious where that "char" is coming from. The value is way beyond the UTF-32 code set, so how did it enter the DB in the first place? Maybe the input routines need some more error checking?
Hello
well, the data is stored into SQL server 2008, and the application front head is java via web, so users enter here and put the text ; The application give the option to use an editor msword like..So I suppose they are abble to put some special caracters.