MacOSXのファイルシステムで使われるUTF8-Mac(BOMつきUTF)に変換する
93 94 95 96
# File 'lib/mymatrix.rb', line 93 def self.toUtf8Mac(str) out = str return out end