I have a sending sms website, and when any user sends a message having “ or such similar characters, it does not accept it and create problems, that this character is not allowed in GSM 7Bit class. Can you please explain, how to remove or translate such characters into valid ascii characters in c#.net. Fore example “ is "
Thanks