Method: MyMatrix.toUtf8Mac

Defined in:
lib/mymatrix.rb

.toUtf8Mac(str) ⇒ Object

MacOSXのファイルシステムで使われるUTF8-Mac(BOMつきUTF)に変換する



93
94
95
96
# File 'lib/mymatrix.rb', line 93

def self.toUtf8Mac(str)
  out = str
  return out
end