0
Why UTF-8 I can not use in Ruby code at Sololearn?
`# encoding: UTF-8` is not working correctly! How it works?
1 Antwort
+ 2
Add the BOM to the first line and write in Cyrillic free. https://code.sololearn.com/c3ZoQNPg20tJ/
`# encoding: UTF-8` is not working correctly! How it works?