Nils Goroll · @slink
68 followers · 556 posts · Server fosstodon.org

Another week, another new for

Today: character encoding conversions for

gitlab.com/uplex/varnish/libvm

#vmod #varnishcache #iconv #vcl

Last updated 1 year ago

🌱 pvergain ⏚ · @pvergain
328 followers · 3745 posts · Server framapiaf.org

Source: discuss.afpy.org/t/python-et-u

-8 -8859-1

"Pour mes listings Python sous LaTeX en ISO-8859-1, je les passe en UTF8 à l’aide de la commande Linux iconv.

iconv -f ISO-8859-1 -t UTF8 mon_fichier_latin1 -o mon_fichier_UTF8

On peut sur ce même principe passer de l’UTF8 à l’ISO-8859-1:

iconv -f UTF8 -t ISO-8859-1 mon_fichier_UTF8 -o mon_fichier_latin1"

- man7.org/linux/man-pages/man1/

#iconv #conversion #iso #utf #unicode #linux

Last updated 1 year ago

AskUbuntu · @askubuntu
138 followers · 1862 posts · Server ubuntu.social

Selection with mouse from PDF produces weird characters

askubuntu.com/q/1474735/612

#commandline #pdf #iconv

Last updated 1 year ago

Geekland · @geekland
619 followers · 12030 posts · Server mastodon.social
René Voorburg · @digitopia
23 followers · 15 posts · Server code4lib.social

Fixing the Unicode Normalization Form of filenames on a Linux filesystem caused a sheer amount of frustration. Eventually, I transliterated all filenames to ascii using:

for i in `find . -type f` ; do o="`echo $i | iconv -f utf-8 -t ascii//TRANSLIT`" ; if [ "$i" != "$o" ] ; then mv "$i" "$o" ; fi ;done

-8

#utf #iconv

Last updated 2 years ago

Hugo Soucy (hs0ucy) 🖤 🏴 · @hs0ucy
158 followers · 3168 posts · Server mastodon.sdf.org

@accessiblestef@toot.cafe @emmanuelc@mamot.fr Je sais pas, bonne question, je ne connais pas .

C'est à tout le moins une alternative 😉

#iconv

Last updated 3 years ago