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

  • SEARCH
  • Home
  • 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 3222620
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:00:43+00:00 2026-05-17T16:00:43+00:00

I am consuming a couple of feeds at the same time and assembling one

  • 0

I am consuming a couple of feeds at the same time and assembling one single feed. When grabbing and ‘cleaning up’ the description for a particular tag, I find bullet characters, that I cannot for the life of me ‘remove’ from the output.

Doing a simple str_replace to find the • (just like that, not an li or ascii value) character does nothing at all for me. I’m scratching my head and wondering why this is? This does not seem to be an encoding issue, simply a bullet point being sent over in a non ascii safe format.

Anyone run into this? A character you couldn’t identify or remove?

Here is some example text:

Required Qualifications:
•BSME or equivalent four year degree
•Minimum four years in blahblah industry experience

The above is an example of a description I wish to clean up (would love to replace the bullet with a -, but would settle for just removing it.

Ideas?

EDIT ——-

Based on feedback, here is some additional detail. The character just comes through as is •. I doubt it is an encoding issue as this particular location ouputs this data set to either HTML (webpage with the details) or to an XML feed (packaged html tags inside the description field).

I consume the multiple xml feeds using xml2array (php). I have not had any issues with it before. I am pretty sure it is UTF-8, just the bullet comes through.

To assemble the feeds, I build my own array server side, and once I correlate the proper values from the other feeds, I output the final ‘built’ xml feed (which I then have an internal app consume).

The reason for consuming multiple sources? Gaps in the data that are not available in 1 format.

MORE EDITING ——-

Ok looks like this is an encoding issue, but I still have yet to remove the • bullet. I convert it using utf8_encode however I get odd symbols that don’t copy identically, so I get something like â[]¢.

Again I am doing something like xml2array(URL), which converts the XML @ the url to an array, then simply grabbing data from the built array.

  • 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-05-17T16:00:44+00:00Added an answer on May 17, 2026 at 4:00 pm

    the html code for that character is • and the numeric code is •. Might try searching on those

    btw: maybe a preg_replace() will do the trick

    $str2 = preg_replace("/•/", "", $str);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

No related questions found

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.