登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

Oh! I see you!

Hi! ppmm~~

 
 
 

日志

 
 

Windows记事本(Notepad.exe)另存为的编码  

2009-10-23 00:46:55|  分类: Tech |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

Windows 记事本(Notepad.txt)里面

ANSI = Local  (系统语言决定)
Unicode = UTF-16 LE
Unicode big endian = UTF-16 BE
UTF-8  = UTF-8 with BOM

没一个是正常写法……


Frequently Asked Questions
UTF-8, UTF-16, UTF-32 & BOM  
http://unicode.org/faq/utf_bom.html

Q. What are some of the differences between the UTFs?

A: The following table summarizes some of the properties of each of the UTFs.

 Name  UTF-8  UTF-16  UTF-16BE  UTF-16LE  UTF-32  UTF-32BE  UTF-32LE
 Smallest code point  0000  0000  0000  0000  0000  0000  0000
 Largest code point  10FFFF  10FFFF  10FFFF  10FFFF  10FFFF  10FFFF  10FFFF
 Code unit size  8 bits   16 bits  16 bits  16 bits  32 bits  32 bits  32 bits
 Byte order  N/A  <BOM>  big-endian  little-endian  <BOM>  big-endian  little-endian
 Minimal bytes/character  1  2  2  2  4  4  4
 Maximal bytes/character  4  4  4  4  4  4  4

In the table <BOM> indicates that the byte order is determined by a byte order mark, if present at the beginning of the data stream, otherwise it is big-endian.

  评论这张
 
阅读(1014)| 评论(0)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018