开发者

View text with the format of your choice?

开发者 https://www.devze.com 2023-04-11 14:09 出处:网络
I want to view a String (Java, copied out of Eclipse under Debug) with different encoding formats.What is a good program with which to view them.Or will that even work?

I want to view a String (Java, copied out of Eclipse under Debug) with different encoding formats. What is a good program with which to view them. Or will that even work?

Notepad++ will convert it upon pasting t开发者_高级运维o whichever format Notepad++ is currently set to use. The real problem has to do with users copying text with special chars out of Word and pasting into a text-area. Somewhere along the line both IE and Chrome seem convert the format of that field. But that is not really my question. At this point, I just want to be able to copy the String's value, paste it somewhere and choose the format to apply.


EditPad Pro for Windows has very comprehensive encoding support; the best for Windows IMHO.

There is a Pro version and a lite version if you just want to try it for free.


I use MadEdit, works as a hex editor too. Open source and thus free

http://sourceforge.net/projects/madedit/

Keep in mind that when you copy and paste in windows it is usually copying characters and not reaw bytes. So with whatever tool you choose it will be important to have the encoding set before you paste in your data, as that will then set the bytes accordingly in the editor. You will then be able to view those bytes interpreted as different encodings.

0

精彩评论

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

关注公众号