M
Michael Schuerig
I'm using unicode in a Rails app and there are some cases where I'd like
to use escape sequences for characters instead of the literal
characters.
Case in point is Horizontal Ellipsis, hex 2026. I thought this would be
\x2026, but Ruby only takes the first two characters following \x into
account. Is there some way to make Ruby cooperate?
Michael
to use escape sequences for characters instead of the literal
characters.
Case in point is Horizontal Ellipsis, hex 2026. I thought this would be
\x2026, but Ruby only takes the first two characters following \x into
account. Is there some way to make Ruby cooperate?
Michael