Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #6589
| From | "Manny Calavera" <leggi.nell@fir.ma.invalid> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Composite char |
| Date | 2012-07-18 19:06 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <op.whni5ii1ikgseh@localhost> (permalink) |
Hi, there is a ruby gem to manipulate composite characters (0300-036f) like single char? I need something like this s="V̅IX̣" # V with overline (U0305), I, X with dot below (U0323) s.length #=> 3 s[0] #=> 'V̅' # V with overline (0305) thanks, and sorry for my bad english
Back to comp.lang.ruby | Previous | Next — Next in thread | Find similar
Composite char "Manny Calavera" <leggi.nell@fir.ma.invalid> - 2012-07-18 19:06 +0200 Re: Composite char Robert Klemme <shortcutter@googlemail.com> - 2012-07-19 14:22 +0200
csiph-web