Home
last modified time | relevance | path

Searched refs:UnicodeDammit (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_htmlparser.py23 from bs4.dammit import EntitySubstitution, UnicodeDammit
361 dammit = UnicodeDammit(
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A DAUTHORS10 of UnicodeDammit.
H A DCHANGELOG122 UnicodeDammit's character detection, depending on the platform setup.
269 * Added a second way to pass specify encodings to UnicodeDammit and
706 * Added an `exclude_encodings` argument to UnicodeDammit and to the
783 * Fixed a bug that caused Unicode data put into UnicodeDammit to
821 * The UnicodeDammit code that makes guesses at encodings has been
985 embedded in UTF-8 documents. (UnicodeDammit.detwingle())
1051 * UnicodeDammit can now convert Microsoft smart quotes to ASCII with
1052 UnicodeDammit(markup, smart_quotes_to="ascii").
1447 Fixed a bug that prevented UnicodeDammit from being used as a
1452 When considering whether to convert smart quotes, UnicodeDammit now
H A D__init__.py43 from .dammit import UnicodeDammit
H A Ddammit.py522 class UnicodeDammit: class