Giter Club home page Giter Club logo

Comments (8)

Wrzlprmft avatar Wrzlprmft commented on July 30, 2024

UnicodeEncodeError: ascii codec can't encode character '\u201c' in position 2338: ordinal not in range(128)

Interestingly, it seems to be a problem with Jinja. Can you remove line 128 from jitced_template.c and see whether this problem persists?

from jitcdde.

Wrzlprmft avatar Wrzlprmft commented on July 30, 2024

Can you also please tell me your Jinja version (import jinja2; print(jinja2.__version__)? I guess that you might have fallen victim to this issue.

from jitcdde.

ajalvarez avatar ajalvarez commented on July 30, 2024

from jitcdde.

Wrzlprmft avatar Wrzlprmft commented on July 30, 2024

Okay, so your Jinja2 version is probably not the issue. You could still try updating to 2.10 to see whether it happens to solve the problem.

Did you try removing the offending line (line 128 from jitced_template.c)? It is just a comment; so it does not affect functionality, but it does contain Unicode characters.

from jitcdde.

Wrzlprmft avatar Wrzlprmft commented on July 30, 2024

In yesterday’s release, I removed the offending Unicode characters. Now whoever reads that comment has to live with puny ASCII quotation marks and apostrophes, but your problem should be solved.

Can you please update and check?

from jitcdde.

ajalvarez avatar ajalvarez commented on July 30, 2024

from jitcdde.

Wrzlprmft avatar Wrzlprmft commented on July 30, 2024

@ajalvarez Are your problems solved now?

from jitcdde.

ajalvarez avatar ajalvarez commented on July 30, 2024

Yes, thanks.

from jitcdde.

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.