GithubHelp home page GithubHelp logo

Unicode Converted about flutter_tex HOT 4 CLOSED

shah-xad avatar shah-xad commented on May 22, 2024
Unicode Converted

from flutter_tex.

Comments (4)

farazahmad759 avatar farazahmad759 commented on May 22, 2024

@maheshbhattaraai, I don't know whether you are suffering from the same issue as I am or not, so I'm adding a few details.

The text I want to show in TexView contains HTML codes like ' (equivalent to apostrophe). Example text:
"
You&#39 ;re awesome. (Note: I've deliberately added a space between 9 and ; otherwise it shows up as apostrophe here in github)
"
Ideally it should show up "You're awesome." but what it shows up in the flutter app is You& (without angle brackets), and the text after & sign is clipped.

from flutter_tex.

maheshbhattaraai avatar maheshbhattaraai commented on May 22, 2024

Your example code is also conerted into unicode. Can you create new example repo . Flutter version is 1.6.

from flutter_tex.

shah-xad avatar shah-xad commented on May 22, 2024

No need to use any unicode just write as normal but make sure you are using a raw string.

String teXHTML = r"""
     You're awesome.
   """;

here r is mandatory before starting string quotes..

from flutter_tex.

maheshbhattaraai avatar maheshbhattaraai commented on May 22, 2024

I am not using unicode . But the result is showing unicode for mathematical equation.

from flutter_tex.

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.