Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8898413
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:36:41+00:00 2026-06-15T00:36:41+00:00

I am using the SimpleRSS gem to parse a WordPress RSS feed. The only

  • 0

I am using the SimpleRSS gem to parse a WordPress RSS feed. The only problem is that many characters in that feed are encoded using numeric codes, e.g.

’ 

instead of

'

Files

*rss_helper.rb*

module RssHelper
  require 'rubygems'
  require 'simple-rss'
  require 'open-uri'

  def rss
    rss = SimpleRSS.parse open('http://example.com/feed/')
  end
end

show.html.slim

...
-rss.entries.each do |entry|
  =entry.title

With the entry.title, I have tried:

=entry.title.encode("UTF-8")

=entry.title.encode(Encoding::UTF_8, :invalid => :replace, :undef => :replace, :replace => '')

Neither has worked. I found a lot of resources regarding the iconv gem, but from what I understand it is deprecated now.

I also attempted using the .force_encoding method instead of .encoding, but no matter what I choose it always displays that numeric code directly from the feed.

How do I force it to render the proper character?

EDIT: Here is my final helper using the gem suggested by the selected answer, included here so anyone who views this can see what I did.

*rss_helper.rb*

def decode(string) 
  coder = HTMLEntities.new 
  return coder.decode(string) 
end 

show.html.slim

...
decode(entry.title)
...
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T00:36:42+00:00Added an answer on June 15, 2026 at 12:36 am

    Run it through HTMLEntities.

    HTMLEntities.new.decode(rss_feed_content)
    

    This’ll translate the entity-encoded characters into their literal equivalents.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wanna write a simple RSS Feed reader in C++. I understand that the
I am using this plugin http://wordpress.org/extend/plugins/simple-rss-feeds-widget/ This works fine for me. i am using
I have been using this plugin for few days. http://wordpress.org/extend/plugins/simple-rss-feeds-widget/ This is the plugin
I try to create the simplest WinAPI window using assembly NASM. I have problem
I am trying to create a simple RSS parser using the two frameworks. However
I'm trying to build a simple RSS feed for multiple users but i am
I'm working on a program that makes using MySQL databases simpler. Right now I
I am developing a simple RSS aggregator site that basically parses a bunch of
I am new to using youtube-g gem and i would like to embed a
I am using android 2.3.3, i had made an rss reader which was working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.