Project

General

Profile

Actions

Bug #1955

closed

Ruby-YAML interpretation of accented characters

Added by stephen.richards (Stephen Richards) almost 16 years ago. Updated about 14 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
Backport:
[ruby-core:24970]

Description

=begin
in a yaml file containing an entry with an e with diaresis (ë), the entry is converted to false - see the attached code snippet.
=end


Files

yaml_bug.rb (186 Bytes) yaml_bug.rb ruby script demo of yaml bug with ë stephen.richards (Stephen Richards), 08/19/2009 02:43 AM
Actions #1

Updated by nobu (Nobuyoshi Nakada) over 15 years ago

=begin
Seems like counting non-ascii character as word boundary.
=end

Actions #2

Updated by mame (Yusuke Endoh) about 15 years ago

  • Status changed from Open to Closed

=begin
Hi,

Seems to be fixed already. Thanks!

--
Yusuke Endoh
=end

Actions

Also available in: Atom PDF

Like0
Like0Like0