首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >无法为bin/wkhtmltopdf_linux_386将"\x90“从ASCI-8位转换为UTF-8,跳过

无法为bin/wkhtmltopdf_linux_386将"\x90“从ASCI-8位转换为UTF-8,跳过
EN

Stack Overflow用户
提问于 2013-04-04 09:33:54
回答 2查看 2.9K关注 0票数 2

9.3和rails 3.2.13在我的应用程序中创建了PDF,因此我安装了gem安装wkhtmltopdfgem安装wkhtmltopdf-二进制-v '0.9.9.1',但是我得到了如何解决这个问题的消息

gem安装wkhtmltopdf

成功安装wkhtmltopdf-0.1.2 1 gem,安装wkhtmltopdf-0.1.2的ri文档。

代码语言:javascript
复制
unable to convert "\x90" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_386, skipping
unable to convert "\xCE" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_darwin_386, skipping
Installing RDoc documentation for wkhtmltopdf-0.1.2...
unable to convert "\x90" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_386, skipping
unable to convert "\xCE" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_darwin_386, skipping

gem安装wkhtmltopdf-二进制-v '0.9.9.1'

代码语言:javascript
复制
Fetching: wkhtmltopdf-binary-0.9.9.1.gem (100%)^[[1;2C
Successfully installed wkhtmltopdf-binary-0.9.9.1
1 gem installed
Installing ri documentation for wkhtmltopdf-binary-0.9.9.1...
unable to convert "\xA3" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_x64, skipping
unable to convert "\xC0" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_386, skipping
unable to convert "\xCE" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_darwin_386, skipping
Installing RDoc documentation for wkhtmltopdf-binary-0.9.9.1...
unable to convert "\xA3" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_x64, skipping
unable to convert "\xC0" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_linux_386, skipping
unable to convert "\xCE" from ASCII-8BIT to UTF-8 for bin/wkhtmltopdf_darwin_386, skipping
EN

回答 2

Stack Overflow用户

发布于 2013-04-04 09:38:17

错误发生在安装文档时。试一试

代码语言:javascript
复制
gem install wkhtmltopdf --no-document
票数 2
EN

Stack Overflow用户

发布于 2015-03-29 22:54:22

这是文件问题。执行以下操作:在gem安装之前使用gem update rdoc。它应该能修好它。或者忽略带有--no-document键的文档安装

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/15807535

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档