Re: using regexp to search for Unicode code points and properties

2009-08-30 Thread Tony Mechelynck
Warning: this reply is in UTF-8. On 20/08/09 15:47, Brian Anderson wrote: > > I'm interested in learning how to use regular expressions in Vi(m) to > search for Unicode code points. > > In a book about regexp, it describes how to search for Unicode code > points by various means, and for various

Re: using regexp to search for Unicode code points and properties

2009-08-20 Thread Jürgen Krämer
Hi, Brian Anderson wrote: > I read through the help files on /\%u, but now I have a question about > searching for composing or combining characters. > > I have a Cyrillic text, using UTF-8 as the encoding, and the characters > are appearing correctly on the screen. > > When I select a chara

Re: using regexp to search for Unicode code points and properties

2009-08-20 Thread Brian Anderson
I read through the help files on /\%u, but now I have a question about searching for composing or combining characters. I have a Cyrillic text, using UTF-8 as the encoding, and the characters are appearing correctly on the screen. When I select a character and press ga, it gives me the decimal

Re: using regexp to search for Unicode code points and properties

2009-08-20 Thread Brian Anderson
Thanks Dennis & Jurgen, I thought it was probably in the help files, but I couldn't find it. Brian --~--~-~--~~~---~--~~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~--~~~

Re: using regexp to search for Unicode code points and properties

2009-08-20 Thread Dennis Benzinger
Am 20.08.2009 15:47, Brian Anderson schrieb: > I'm interested in learning how to use regular expressions in Vi(m) to > search for Unicode code points. > > In a book about regexp, it describes how to search for Unicode code > points by various means, and for various programming languages. > > T

Re: using regexp to search for Unicode code points and properties

2009-08-20 Thread Jürgen Krämer
Hi, Brian Anderson wrote: > I'm interested in learning how to use regular expressions in Vi(m) to > search for Unicode code points. > > In a book about regexp, it describes how to search for Unicode code > points by various means, and for various programming languages. > > The book describes

using regexp to search for Unicode code points and properties

2009-08-20 Thread Brian Anderson
I'm interested in learning how to use regular expressions in Vi(m) to search for Unicode code points. In a book about regexp, it describes how to search for Unicode code points by various means, and for various programming languages. The book describes searching for a specific Unicode code poi