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 7916589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T14:51:47+00:00 2026-06-03T14:51:47+00:00

Some special characters inside a XML stream may break it. I need to sanitize

  • 0

Some special characters inside a XML stream may break it. I need to sanitize the data i want to insert in such a stream so that 1) it doesn’t corrupt 2) printable UTF-8 characters in it keeps working.

I also need to flush the output out as soon as i generate it, else i would have to keep a lot of stuff in ram.

As of now, i do something like

$return = preg_replace('/[^\p{L}\s]/u', '', $return);

It removes most of not printable characters, but not all of them. I’m having my hard times trying to figure out what characters are causing this problem, however the terminal returns “1;2c ” when i encounter one of them.

Do you have any better way to strip out all of these ugly characters?

  • 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-03T14:51:49+00:00Added an answer on June 3, 2026 at 2:51 pm

    Not sure that you’re on the right path …

    1.) Why do you want to transport non-printable (binary?) data in a text-based format?

    2.) Check if CDATA helps

    <node><![CDATA[ugly characters]]></node>
    

    3.) convert binary data into printable characters using base64

    <node><?php echo base64_encode($uglyCharacters); ?></node>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some special characters in my data inside xml.So i am getting error
I want to take the text and some special characters between the xml tags..
I need some effective way to escape all special characters in string.For example, my
URL http://localhost/mysite/mypage?param=123 works fine. However, if I want to put some special characters in
I have a script that takes sys.argv and the input may contain special characters
I have a series of data that I want to put inside an array
I have a csv files with some special characters such as 'è' instead of
Some string that I am getting is UTF-8 encoded, and contains some special characters
My AS3 Flash loads some file that is a JSON with some special characters
I need to send a string to server. That string is having some special

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.