时间:2010-07-24 06:06:00

标签: python unicode beautifulsoup

3 个答案:

答案 0 :(得分:2)

答案 1 :(得分:1)

答案 2 :(得分:1)

截至目前(2014年,第23页),对于Notepad ++(NPP),似乎仍然有很多关于使用ANSI作为Notepad ++编码术语的最新/未解决的BugReports / Discussions。

<强>问题

Google:notepad ++ ansi encoding

结果:

#4095 "ANSI as UTF-8" Misleading

#124 ansi encoding and german letters

The encoding that Notepad++ just calls “ANSI”, does anyone know what to call it for Ruby?

Notepad++ Forum - Search discussion: ANSI encoding

<强>解

以下NPP论坛讨论似乎为我指出了最佳解决方案。

请参阅Encoding detection, ANSI (Windows 1252) vs. UTF-8 (w/o BOM)

  

偏好设置 - &gt;新文件&gt;编码&gt;没有BOM的UTF8“被叫   应用于打开的ANSI文件

我检查了上面的内容,对已经取消选中的作者表示反对。

然后我开始我的Python脚本如下。

#!/usr/bin/python
# -*- coding: utf-8 -*-