我尝试使用unicode帖子(使用utf-8编码的俄罗斯文本)重新生成我的jekyll博客,但由于以下原因无法这样做:
D:\Dropbox\projects\blog>jekyll
Configuration from D:/Dropbox/projects/blog/_config.yml
Building site: . -> ./_site
C:/Ruby193/lib/ruby/1.9.1/rexml/text.rb:131:in `=~': incompatible encoding regexp match (UTF-8 regexp with IBM437 string) (Encoding::Compati
bilityError)
from C:/Ruby193/lib/ruby/1.9.1/rexml/text.rb:131:in `!~'
from C:/Ruby193/lib/ruby/1.9.1/rexml/text.rb:131:in `check'
…
我的 _config.yml:(pastebin 上的完整配置)
safe: false
auto: false
server: false
server_port: 4000
baseurl: /
…
我检查了[安装 RDoc 时出错 ...]和[heroku 安装问题],解决方案对我没有帮助。
我将提供任何补充信息来解决这个问题