From: Love U Ruby Date: 2013-02-06T03:51:27+09:00 Subject: Re: Ruby could recognize the values when putting into a webpage text filed. Colby Callahan wrote in post #1095383: > I am just saying that the browser thinks the information it is receiving > is > of encoding type X while the server/program is sending encoding type Y. > e.g. ruby sends UTF-8, but excel 2010 is encoded with ANSI by default > (i > think). This would mean that your special characters are not going to > be > available. Program sends I know of only two reasons why it would not be > able to properly read or display any character (not specific to ruby or > any But in excel column those values are quite OK,only the problem is when program reading the excel column by the above program, something wrong happened. definitely it is encoding problem. So in my code doing some change- can you guide me? -- Posted via http://www.ruby-forum.com/.