From: O01eg Oleg on 29 May 2010 15:08 When load script with rb_require I got error about Encoding constants. Ruby 1.9.2 -- Posted via http://www.ruby-forum.com/.
From: O01eg Oleg on 30 May 2010 03:16 Encoding.list return [#<Encoding:ASCII-8BIT>, #<Encoding:UTF-8>, #<Encoding:US-ASCII>] in program and return more encoding in irb. As I understood, I have to load required encodings, but cann't find any documentation about it. -- Posted via http://www.ruby-forum.com/.
From: O01eg Oleg on 30 May 2010 06:28 Fixed. I added next string into ruby initialization code as ruby interpreter do: rb_enc_find_index("encdb"); -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: Reporting a bug how to ? Next: Another complete beginners question |