P
Petri Kivikangas
So I have source files that contain unicode chars. Do I really have to
put "# encoding: utf-8" at the beginning of every one of these files, or
can I somehow make ruby treat all files by default as utf-8? If I can,
does the change of default encoding from US-ASCII to UTF-8 make my
programs much slower?
put "# encoding: utf-8" at the beginning of every one of these files, or
can I somehow make ruby treat all files by default as utf-8? If I can,
does the change of default encoding from US-ASCII to UTF-8 make my
programs much slower?