logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sfeed_xmlenc — get text-encoding from XML

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

Debian                                            July 25, 2021                                  SFEED_XMLENC(1)

Description

sfeed_xmlenc  reads  XML  data  from  stdin  and  writes  the found text-encoding to stdout.  It converts
       characters in the encoding-name to lowercase and strips characters which are not allowed in an  encoding-
       name.

Examples

       Get text-encoding from an Atom feed:

       curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc

Exit Status

       The sfeed_xmlenc utility exits 0 on success, and >0 if an error occurs.

Name

       sfeed_xmlenc — get text-encoding from XML

See Also

sfeed_update(1), sh(1)

Synopsis

sfeed_xmlenc

See Also