GNOME Bugzilla – Bug 784255
[system-admin-guide] Take advantage of Unicode
Last modified: 2017-06-27 17:48:15 UTC
Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Created attachment 354578 [details] [review] Use Unicode in system-admin-guide This one is much smaller.
Review of attachment 354578 [details] [review]: I started working on this, but you were faster. Looks good!
Comment on attachment 354578 [details] [review] Use Unicode in system-admin-guide >@@ -82,7 +82,7 @@ application/xhtml+xml=<var>myapplication2.desktop</var>;</code> > that the default registered application has been set correctly: > </p> > <screen><output>$ </output><input>gvfs-mime --query text/html</input> >-Default application for 'text/html': myapplication1.desktop >+Default application for âtext/htmlâ: myapplication1.desktop This is inside a <screen>, so keep it ascii-only. See also other similar lines.
Well: [piotrdrag@LAPTOP-0FIE49AH ~]$ LANG=C.UTF-8 [piotrdrag@LAPTOP-0FIE49AH ~]$ gio mime text/html Default application for “text/html”: firefox.desktop Registered applications: org.gnome.gedit.desktop firefox.desktop org.gnome.Epiphany.desktop libreoffice-writer.desktop Recommended applications: org.gnome.gedit.desktop firefox.desktop org.gnome.Epiphany.desktop
Unicode's everywhere! Please commit, then.
Comment on attachment 354578 [details] [review] Use Unicode in system-admin-guide Pushed to master: https://git.gnome.org/browse/gnome-user-docs/commit/?id=9eee1ef4c00ede4aa8d9012d40a967201e6c70e4 Thank you, Rafael and Petr!