mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-30 10:58:31 -05:00
394cd43d77
Scrubbing an ASCII-8BIT string isn't ever going to remove anything, because there's no code point that isn't valid 8-bit ASCII. Since we'd really prefer it if everything were UTF-8 anyway, we'll just assume, for now, that whatever comes out of SimpleRSS is probably UTF-8, and just nuke anything that isn't a valid UTF-8 codepoint. Of course, the *real* bug here is that SimpleRSS [unilaterally converts everything to ASCII-8BIT](https://github.com/cardmagic/simple-rss/issues/15). It's presumably *far* too much to ask that it detects the encoding of the source RSS feed and marks the parsed strings with the correct encoding... |
||
---|---|---|
.. | ||
about_stats.rb | ||
badge_grant.rb | ||
calculate_avg_time.rb | ||
category_stats.rb | ||
clean_up_email_logs.rb | ||
clean_up_exports.rb | ||
clean_up_unmatched_emails.rb | ||
clean_up_unmatched_ips.rb | ||
clean_up_unsubscribe_keys.rb | ||
clean_up_unused_staged_users.rb | ||
clean_up_uploads.rb | ||
create_missing_avatars.rb | ||
dashboard_stats.rb | ||
destroy_old_deletion_stubs.rb | ||
destroy_old_hidden_posts.rb | ||
directory_refresh_daily.rb | ||
directory_refresh_older.rb | ||
disable_bootstrap_mode.rb | ||
enqueue_digest_emails.rb | ||
enqueue_mailing_list_emails.rb | ||
enqueue_onceoffs.rb | ||
ensure_db_consistency.rb | ||
heartbeat.rb | ||
pending_flags_reminder.rb | ||
pending_queued_posts_reminder.rb | ||
pending_users_reminder.rb | ||
periodical_updates.rb | ||
poll_feed.rb | ||
poll_mailbox.rb | ||
process_badge_backlog.rb | ||
purge_deleted_uploads.rb | ||
purge_inactive.rb | ||
reindex_search.rb | ||
schedule_backup.rb | ||
tl3_promotions.rb | ||
top_refresh_older.rb | ||
top_refresh_today.rb | ||
version_check.rb | ||
weekly.rb |