Giter Club home page Giter Club logo

Comments (5)

babs avatar babs commented on June 30, 2024

In fact, the default_filter should be set as None to reflect the original default value.

The goal of this patch was to provide exectly the same as without it.

The default filter become unicode only if disable_unicode is False.

see Template's --init-- of mako/template.py (double underscore gives bold :/ )

Regards,
Damien

from bottle.

babs avatar babs commented on June 30, 2024

Fixed here, I think Defnull will apply it in main stream soon.

MakoTemplate charset is intended to be used like this:
from bottle import [....], MakoTemplate

MakoTemplate.output_encoding = 'utf-8'
MakoTemplate.input_encoding = 'utf-8'
MakoTemplate.default_filters = ['decode.utf8'] # ot whatever you whant :)

Regards,
Damien

from bottle.

defnull avatar defnull commented on June 30, 2024

Fixed. Thanks for your help.

Damien: Unfortunately I can't easily pull from your fork because you have a bunch of commits I don't need (all the merge conflict resolving commits for example). For small patches it is no problem to cherry-pick them one by one, but if you plan to contribute a huge patch with lots of commits, please create a clean branch first so I can just pull that branch :) That saves your commit history too, which would otherwise be destroyed by git-cherry-pick.

from bottle.

uriel avatar uriel commented on June 30, 2024

In my opinion the default for output_encoding and input_encoding should be 'utf-8',

I agree completely, this is the only sensible default, and it is really annoying to have to set it.

from bottle.

babs avatar babs commented on June 30, 2024

Not exactly, the default should be ISO-8859-1 as in the HTTP/1.1 definition.
So to be perfectly compliant with implementation with Mako, I setted it to None, but maybe it should be iso.

I agree about the annoyment because I also code templates as UTF-8.

Regards,
Damien

from bottle.

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.