hotsh / rstat.us

Simple microblogging network based on the ostatus protocol.
http://rstat.us/
Other
722 stars 215 forks source link

Implemented proper international hashtag parsing (Issue 265) #657

Closed zph closed 11 years ago

zph commented 11 years ago

Issue 265 Solution posted by Carol in issue thread

It's a step in the right direction but does not fix UI display of tag.

Fixing UI might be related to parsing in Update.rb

carols10cents commented 11 years ago

I see you've got a branch feature/issue_265_ui started; I'm going to wait to merge this in until you submit that one as well if that's ok. Let me know if you have any questions!! :heart: :heart:

zph commented 11 years ago

Sounds good. It will be a few days, but what's a few days among open source rubyists :). On Sep 26, 2012 5:41 PM, "Carol Nichols" notifications@github.com wrote:

I see you've got a branch feature/issue_265_ui started; I'm going to wait to merge this in until you submit that one as well if that's ok. Let me know if you have any questions!! [image: :heart:][image: :heart:]

— Reply to this email directly or view it on GitHubhttps://github.com/hotsh/rstat.us/pull/657#issuecomment-8907493.

zph commented 11 years ago

Made progress. UI display of links is showing up correctly. Can't get test regex to stop turning utf-8 characters into escaped sequences while the other half of assertion properly keeps them un-escaped.

Will keep at it until it works :)