From: wolf@... Date: 2017-11-09T19:29:56+00:00 Subject: [ruby-core:83709] [Ruby trunk Bug#14095] erb ignores attempt to set encoding Issue #14095 has been updated by graywolf (Gray Wolf). Expected output was $ erb -U <%= "a".encoding %> ^D UTF-8 ---------------------------------------- Bug #14095: erb ignores attempt to set encoding https://bugs.ruby-lang.org/issues/14095#change-67731 * Author: graywolf (Gray Wolf) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux] * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Erb seems to ignore any attempt to set encoding: $ erb -U <%= "a".encoding %> ^D ASCII-8BIT I've tried multiple ways to do this but I just can't convice it that the .erb file is in UTF-8. It insists on ASCII-8BIT. -- https://bugs.ruby-lang.org/ Unsubscribe: