[#1026] Is this a bug? — Dave Thomas <Dave@...>

18 messages 2000/01/03

[#1084] Infinite loop — Dave Thomas <Dave@...>

17 messages 2000/01/11

[#1104] The value of while... — Dave Thomas <Dave@...>

24 messages 2000/01/11

[ruby-talk:01031] Re: Is this a bug?

From: gotoken@... (GOTO Kentaro)
Date: 2000-01-03 18:21:57 UTC
List: ruby-talk #1031
Hi, 

In message "[ruby-talk:01029] Re: Is this a bug?"
    on 00/01/03, Dave Thomas <Dave@thomases.com> writes:
>In the email, 8859-1. In the environment where I ran the Ruby script,
>the locale was POSIX.

Sorry, I can't find locale POSIX.  If you use Emacs, would you tell me
what buffer-file-coding-system is?  Or could you tell me the result of
od -x:

  % cat foo.rb
  = 1 
  % od -x foo.rb
  (Please report here)

>There seems to be some effect where an accented character causes Ruby
>to eat the next character. I've found that this fails:

I'm guessing "燿 was treated as multibyte character.

-- gotoken

In This Thread