Project

General

Profile

Actions

Bug #1238

closed

invalid multibyte char (US-ASCII)

Added by SeventhSon (Ivan Petrov) over 15 years ago. Updated about 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux]
Backport:
[ruby-core:22625]

Description

=begin
script that working good earlier(1.8.7) breaks trying print "йцукен\n" (russian cyrillic simbols)
my OS Ubuntu, Ruby version 1.9.1-p0
=end

Actions #1

Updated by matz (Yukihiro Matsumoto) over 15 years ago

=begin
Hi,

In message "Re: [ruby-core:22625] [Bug #1238] invalid multibyte char (US-ASCII)"
on Tue, 3 Mar 2009 00:41:30 +0900, Ivan Petrov writes:

|script that working good earlier(1.8.7) breaks trying print "йцукен\n" (russian cyrillic simbols)
|my OS Ubuntu, Ruby version 1.9.1-p0

You have to disclose your script, but you need to put "magic comment"

coding: utf-8

for example, to the top of your non-ASCII script.

						matz.

=end

Actions #2

Updated by nobu (Nobuyoshi Nakada) over 15 years ago

  • Category set to M17N
  • Status changed from Open to Feedback

=begin

=end

Actions #3

Updated by yugui (Yuki Sonoda) almost 15 years ago

  • Status changed from Feedback to Rejected

=begin

=end

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0