zdavatz / spreadsheet

The Ruby Spreadsheet by ywesee GmbH
http://spreadsheet.ch
GNU General Public License v3.0
1.13k stars 240 forks source link

Encoding problem with write to StringIO #178

Closed kalashnikovisme closed 7 years ago

kalashnikovisme commented 8 years ago

Hi! I have problem

io_stream = StringIO.new
@data.write io_stream

io_stream.string returns something like this

�BRa==@ 8�"��1���Arial�GENERAL�DD.MM.YYYY hh:mm:ss����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ����  � ��  � ��  � �� $� �����8�������������������������������3f������ff���f����������������������������������̙��̙3f�3���������fff����3f3�f333�3�3f33�333��
zdavatz commented 8 years ago

Ok, so what OS an what codepage do you use? Also what gem Version is it? You will also need to supply a sample script to reproduce this issue.

kalashnikovisme commented 8 years ago

Ok. I will prepare it for a few days.