# File lib/fusioncharts_helper.rb, line 198 def get_UTF8_BOM utf8_arr=[0xEF,0xBB,0xBF] utf8_str = utf8_arr.pack("c3") return utf8_str end