English 中文(简体)
“Invalid multibyte char(US-ASCII)”在奥地利、法国、德国、德国、德国、德国、德国、德国、德国、德国、意大利、德国、意大利、德国、意大利、日本、意大利、意大利、意大利、意大利、意大利、意大利、意大利、日本、意大利、意大利、日本、意大利、意大利、意大利、意大利、意大利、日本、意大利、意大利、意大利、意大利、意大利、意大利、日本、卢森堡、挪威、土耳其的错误。
原标题:"Invalid multibyte char (US-ASCII)" error for ä, ü, ö, ß which are Ascii!

我的申请需要处理一些国际性质,即仍然处于 as状态的法国、德国、德国和德国。

当我测试在处理这些果园时的废墟行为时,我发现这一错误:

test.rb:1: invalid multibyte char (US-ASCII)
test.rb:1: invalid multibyte char (US-ASCII)

该守则:

puts "i like my chars: ä, ü, ö and ß!"

但奇怪的是:在使用互动的Rub壳牌照时,我没有错误!

www.un.org/Depts/DGACM/index_spanish.htm EDIT: 我在申请中将数据从外部复制件中检索。 上述法典只是一个例子!

最佳回答

缩略语# coding:utf-8 , 原文一开始(如果你重新使用 she子,第二行)。

#!/usr/local/bin/ruby
# coding: utf-8

puts "i like my chars: ä, ü, ö and ß!"
问题回答

这些并非ASCII特性...... 在某些遗产中,ASCII-衍生的特性集中,这些特征只是一成不变的。 很可能发生的情况是,由于UTF-8含有非ASCII特性,你的原始档案被保存,而废墟正在正确处理。

由于您的终点站正在使用一些遗产特性编码,你只是在互动的迅速的时候放弃。

为了逃避《美国破产财产法》编码的特性,使用《统一法》的顺序:

puts "i like my chars: u00E4, u00FC, u00F6 and u00DF!"

Ruby 1.9, 无论如何,我可以记住,如果这项工作在1.8中进行。

对我来说,什么是去除草线,把手稿直接从瓦莱19处 m下。

GreyJewel:Moralytics atma$ head -n1 moralytics 
**# coding: utf-8**
GreyJewel:Moralytics atma$ which ruby
/opt/local/bin/ruby
GreyJewel:Moralytics atma$ ruby --version
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11]
GreyJewel:Moralytics atma$ ruby moralytics 
Το λεξικό που χρησιμοποιούμε έχει: 407117 λέξεις
Το λεξιλόγειο του χρήστη atmat εμπεριέχει: 3943 λέξεις συνολικά.

这样做了。 使用草药造成错误。 我可以肯定为什么。





相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...