开发者

Unicode when using SNPP

开发者 https://www.devze.com 2023-02-17 12:08 出处:网络
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 spa

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消