After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 784255 - [system-admin-guide] Take advantage of Unicode
[system-admin-guide] Take advantage of Unicode
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: sysadmin-guide
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks: 772263
 
 
Reported: 2017-06-27 16:27 UTC by Piotr Drąg
Modified: 2017-06-27 17:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use Unicode in system-admin-guide (13.32 KB, patch)
2017-06-27 16:28 UTC, Piotr Drąg
committed Details | Review

Description Piotr Drąg 2017-06-27 16:27:48 UTC
Attached patch converts ASCII characters to Unicode, as recommended by <https://developer.gnome.org/hig/stable/typography.html>.
Comment 1 Piotr Drąg 2017-06-27 16:28:55 UTC
Created attachment 354578 [details] [review]
Use Unicode in system-admin-guide

This one is much smaller.
Comment 2 Rafael Fontenelle 2017-06-27 16:36:25 UTC
Review of attachment 354578 [details] [review]:

I started working on this, but you were faster. Looks good!
Comment 3 Petr Kovar 2017-06-27 16:54:49 UTC
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.
Comment 4 Piotr Drąg 2017-06-27 16:57:16 UTC
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
Comment 5 Petr Kovar 2017-06-27 17:41:30 UTC
Unicode's everywhere! Please commit, then.
Comment 6 Piotr Drąg 2017-06-27 17:48:00 UTC
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!