ashishkranjan / dabr

Automatically exported from code.google.com/p/dabr
0 stars 0 forks source link

Recognize @ character #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The character @ ( Don't know if this can be displayed in non-Chinese
environment,try urldecode("%EF%BC%A0") ) is officially supported in
twitter, works exactly the same as @

But when I dig into this problem, things become a little complicated.

I googled and find that PCRE functions doesn't handle unicode string
properly(link http://www.php.net/manual/en/ref.pcre.php#46798 ).

This situation is a little like issue 58.

Original issue reported on code.google.com by cnye...@gmail.com on 4 Jan 2010 at 1:50

GoogleCodeExporter commented 9 years ago
Fixed in r266 ,tried the u modifier and it works.
:-)

Original comment by cnye...@gmail.com on 4 Jan 2010 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by david.carrington on 8 Jan 2010 at 1:59