Project

General

Profile

Actions

Bug #5483

closed

Pathname doesn’t deal with encodings properly

Added by now (Nikolai Weibull) over 13 years ago. Updated over 13 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.3dev (2011-09-13 revision 33263) [i386-mingw32]
Backport:
[ruby-core:40338]

Description

Encoding.find('filesystem') # => Windows-1252
(Pathname('//Server/Share'.encode('filesystem'))+'Entry'.encode('filesystem')).to_path.encoding # => ASCII-8BIT

This actually seems to be a problem with File.join, as File.join doesn’t retain any sort of encoding of the input arguments.

Actions

Also available in: Atom PDF

Like0
Like0