View Single Post
Old 08-12-2014, 08:28 AM   #5
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,661
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
They seem to at least do some basic unicode case folding. Don't know if it's full support, though.

In a search for the character 'á', all of the below captures it:
Code:
(á) 
(\x{00E1})
(\p{Ll})
and \u\1 changes it to 'Á'

But I've no idea if it's limited to a certain subset of unicode (or if it handles all the ways á can be represented).
DiapDealer is offline   Reply With Quote