Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: "Manny Calavera" Newsgroups: comp.lang.ruby Subject: Composite char Date: Wed, 18 Jul 2012 19:06:44 +0200 Organization: Aioe.org NNTP Server Lines: 11 Message-ID: NNTP-Posting-Host: Wczt5cMzNIov1zP/DPivVw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/12.00 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.ruby:6589 Hi, there is a ruby gem to manipulate composite characters (0300-036f) like = = single char? I need something like this s=3D"V=CC=85IX=CC=A3" # V with overline (U0305), I, X with dot below (U0= 323) s.length #=3D> 3 s[0] #=3D> 'V=CC=85' # V with overline (0305) thanks, and sorry for my bad english