Project

General

Profile

Actions

Bug #9019

closed

encoding: EUC-KR or EUC-JP does not seem to work

Added by sarsntony (Hanwool Lee) over 10 years ago. Updated almost 10 years ago.

Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
2.0.0
[ruby-core:57846]

Description

#encoding: euc-kr
puts "하이" 

ABOVE CODE returns test.rb:2: invalid multibyte char (EUC-KR)

#encoding: utf-8
puts "하이" 

ABOVE CODE returns 하이

similar behavior on euc-jp as well.

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0