Displaying 3 results from an estimated 3 matches for "ccedill".
Did you mean:
ccedil_
2006 Aug 07
3
character encoding in RoR
Hi, I''m a newcomer to Ruby and to Rails, and am having a problem with
character encoding.
Now, I know ruby doesn''t handle unicode...but, characters like ? (eacute)
and ? (ccedil) are part of the iso-8859-1 charset, so it shouldn''t be a
problem, right?
But, for some reason, the string functions still seem to hang on those
characters.
As an example, in a brand new rails
2005 Dec 30
4
Convert "é" in "é"
I try to find an function to convert characters in html chars. "é"
become "é"
There is something in RoR 1.0 to do that ?
2009 Jan 16
0
Unable to render lowercase french accent character in mssql
Hello,
We initially save french characters using friendly html code, ie:
Ç into our db. Problems started when user tried to save actual
accented characters, ie:Ç, in the forms. The accented characters
become garbled and unable to be render correctly to views. This only
happens on lower case french characters. We tried collation but not
sure if we are even using the right one. The