Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

In a linguistic project of mine I need to use symbols not contained in Unicode. I can draw the font, but would like to avoid overwriting characters defined by the standard. Are there any standard solutions for such cases? As reserved ranges etc. I'd need common Unicode-aware software to handle it seamlessly.

share|improve this question
"Handle it seamlessly" could be a bit optimistic. How far should that extend? For instance, how would you enter those characters/symbols? – MSalters Jun 22 '10 at 8:56
MSalters, if you mean user input - making custom keyboard layouts in Windows is easy as 1-2-3, and in Linux it is probably even simpler. – Ivan Jun 25 '10 at 23:46

1 Answer

up vote 2 down vote accepted

Start at the Wikipedia article on private use characters - there are indeed specific areas allocated for such purposes (Planes 15 and 16); maybe check ConScript Unicode Registry.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.