Giter Club home page Giter Club logo

Comments (11)

miguelsousa avatar miguelsousa commented on July 28, 2024

That's a notdef (not defined) glyph. It appears when a font is asked for a character that it doesn't contain. Example: Source Sans does not support Hebrew, so if you ask for the character א (U+05D0) to be rendered with the font, you'll get a notdef glyph.

Can you determine which characters those notdef glyphs are suppose to represent?

from source-sans.

eddanger avatar eddanger commented on July 28, 2024

As far as I can tell it happens on line breaks, but not all of them. We are using ECO templates compiled to JST, and will investigate further to see if the generated javascript is the culprit for this notdef.

from source-sans.

pauldhunt avatar pauldhunt commented on July 28, 2024

can you substitute another font and post another image, that might help us in troubleshooting a bit. thanks.

from source-sans.

eddanger avatar eddanger commented on July 28, 2024

I'll try that and a few more things. Stay tuned.

from source-sans.

georgd avatar georgd commented on July 28, 2024

It’s uniFEFF (zero width non breaking space) that’s missing. Android uses it a lot in a very inconsistent way which causes problems because there are many fonts in the wild that don’t contain that character.
cf. http://forum.xda-developers.com/showthread.php?t=1597630 and http://forum.xda-developers.com/showpost.php?p=16895848&postcount=269

from source-sans.

pauldhunt avatar pauldhunt commented on July 28, 2024

How soon do you need a fix?

from source-sans.

eddanger avatar eddanger commented on July 28, 2024

Great. @pauldhunt Within the next few weeks would be ideal.

from source-sans.

pauldhunt avatar pauldhunt commented on July 28, 2024

okay, we can definitely do this. before we dive in, do you have any other changes that need to be made at the same time? and can you confirm that the character listed above is, in fact, the correct character? Thanks.

from source-sans.

eddanger avatar eddanger commented on July 28, 2024

There is nothing else I require. I did a little googling and I do see others with similar problems with the lack of the U+FEFF character. However, I am no expert. Cheers.

from source-sans.

frankrolf avatar frankrolf commented on July 28, 2024

This can be fixed in SCP quite easily; but ultimately this problem should be fixed in Android.
Virtually no font contains this “character”; which means that this clearly is a OS bug.

from source-sans.

miguelsousa avatar miguelsousa commented on July 28, 2024

Version 1.040 has just been released and the fonts now have the U+FEFF character.

from source-sans.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.