CHUNGYUN / flylinkdc

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

Некорректно отображаются ссылки в чате/личке с ":" в конце #679

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Смайлик, стоящий вплотную к ссылке, 
считается её частью — [dchub://somehub.cx:)]. Надо 
регэксп какой-то делать, однако.

Original issue reported on code.google.com by JhaoDa on 7 Feb 2012 at 2:08

Attachments:

GoogleCodeExporter commented 9 years ago
http://ru.wikipedia.org/wiki/URI

Абсолютные URI
http://ru.wikipedia.org/wiki/URI
ftp://ftp.is.co.za/rfc/rfc1808.txt
file://C:\UserName.HostName\Projects\Wikipedia_Articles\URI.xml
ldap://[2001:db8::7]/c=GB?objectClass?one
mailto:John.Doe@example.com
sip:911@pbx.mycompany.com
news:comp.infosystems.www.servers.unix
data:text/plain;charset=iso-8859-7,%be%fe%be
tel:+1-816-555-1212
telnet://192.0.2.16:80/
urn:oasis:names:specification:docbook:dtd:xml:4.1.2

тут думать надо ":" допустимый символ.

Original comment by a.rain...@gmail.com on 7 Feb 2012 at 2:23

GoogleCodeExporter commented 9 years ago
А я и говорю про регэкспы. ":" допустим не в 
любом месте ссылки. Вариант с urn можно не 
брать в расчет, это не ссылка в том 
понимании, о котором говорим мы.

Original comment by JhaoDa on 7 Feb 2012 at 3:00