From: Love U Ruby Date: 2013-07-02T17:07:44+09:00 Subject: Re: variable names not allowed "?" and "!" but method name does - why? "Matthias Wächter" wrote in post #1114170: > Am 01.07.2013 16:54, schrieb sto.mar@web.de: >> @Love U Ruby: ??? It's only a couple of lines of code. >> >> @Matthias: Why not include the code in the email? > > Sorry ... I wanted to make sure that the UTF-8 stuff is transported > without alteration of any kind. I am getting error :- # -*- encoding:utf-8 -*- a?=5 p a? b?=8 p b? c?=false p c? -- Posted via http://www.ruby-forum.com/.