Unicode when using SNPP
Have a program where my reps copy information from an excel spreadsheet and paste it into a site that sen开发者_运维百科ds pages to doctors pagers. When doctors receive it they are getting %09 for spacing between the fields. Is there a way to strip Unicode from excel? Without having to copy and paste into, say, a notepad document, and then repasting?
I think your problem have a problem with urlencoding rather than unicode. You can look on w3school to learn about it.
I don't know which language your webinterface uses, but each has some function to convert it correctly.
BTW %09
is an horizontal tabulation.
精彩评论