Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

(First of all, I'm sorry, but this is not a programming question, but I'm not sure who else would know or care.)

There are unicode symbols for floor and ceiling:

U+2308: ⌈
U+2309: ⌉
U+230A: ⌊
U+230B: ⌋

On Mac OS X, these code points exists, but are incorrect in some of the fonts. Specifically, they are not always narrow and tall, but square (not sure what the case is for other operating systems). Here's a screenshot of some of the standard OS X fonts with their version of one of these symbols:

Font sample

When using a font that doesn't support these characters, OS X seems to fall back to Heiti TC, which renders them incorrectly. To support my claim of incorrectness is the following quote from Unicode 6.2.0:

The floor and ceiling symbols encoded at U+2308..U+230B are tall, narrow mathematical delimiters. These symbols should not be confused with the CJK corner brackets at U+300C and U+300D, which are wide characters used as quotation marks in East Asian text. They should also be distinguished from the half brackets at U+2E22..U+2E25, which are the most generally used editorial marks shaped like corner brackets.

There are ways around this, but pragmatism aside: Is there a way I can fix this for the next generation? Is there a way to report bugs on fonts that will result in a change? A search for Heiti TC turns up many more complaints, but apparently people aren't getting heard.

share|improve this question
2  
Figure out which foundry it is (SinoType/Changzhou for Heiti) and contact them; preferably also contact Apple to make them put pressure on the foundry and/or make sure they get the updated version when/if there is one. Other than that, indeed rather off-topic for SO. – deceze Nov 22 '12 at 4:52
Thanks. I've contacted Apple. I can't even find Sinotype's website. Maybe it should have been on the now abandoned sinotype.cn. Maybe bought by Apple? Hard to tell—the internet seem to have forgotten them. – Johannes Hoff Nov 22 '12 at 5:02

closed as off topic by deceze, tripleee, Jukka K. Korpela, rolve, Rüdiger Hanke Nov 22 '12 at 8:50

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

Browse other questions tagged or ask your own question.