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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:19:19+00:00 2026-05-10T20:19:19+00:00

I am writing a text editor which has an option to display a bullet

  • 0

I am writing a text editor which has an option to display a bullet in place of any invisible Unicode character. Unfortunately there appears to be no easy way to determine whether a Unicode character is invisible.

I need to find a text file containing every Unicode character in order that I can look through for invisible characters. Would anyone know where I can find such a file?

EDIT: I am writing this app in Cocoa for Mac OS X.

  • 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. 2026-05-10T20:19:20+00:00Added an answer on May 10, 2026 at 8:19 pm

    Oh, I see… actual invisble characters 😉 This FAQ will probably be useful:

    http://www.unicode.org/faq/unsup_char.html

    It lists the current invisible codepoints and has other information that you might find helpful.

    EDIT: Added some Cocoa-specific information

    Since you’re using Cocoa, you can get the unicode character set for control characters and compare against that:

    NSCharacterSet* controlChars = [NSCharacterSet controlCharacterSet]; 

    You might also want to take a look at the FAQ link I posted above and add any characters that you think you may need based on the information there to the character set returned by controlCharacterSet.

    EDIT: Added an example of creating a Unicode string from a Unicode character

    unichar theChar = 0x000D; NSString* thestring = [NSStirng stringWithCharacters:&theChar length:1]; 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am writing an editor which has lot of parameters that could be easily
I am writing an MVC3 site, which uses tinymce as a WYSIWYG text editor.
I am writing a text editor for Mac OS X. I need to display
I am writing a text editor and right now if I type very quickly
I am writing a text editor and had planned on using the richtextbox control
I am writing a MDI Text Editor and I was wondering how can I
I am writing my own text editor, and I was wondering how can I
I'm writing the javascript on FireFox 11 with a text editor. In the follow
I'm writing text-images on the fly with PHPs imagettftext , which works fine so
I'm writing a unit test for a Text Scrubber utility that will remove any

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.