From: Michael Schuerig Date: 2005-07-01T05:15:43+09:00 Subject: Escape sequences for unicode chars? 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 -- Michael Schuerig The Fifth Rider of the Apocalypse mailto:michael@schuerig.de is a programmer. http://www.schuerig.de/michael/