diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-18 02:40:29 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:24 +0200 |
| commit | 659384dc54db02ccdce5648a9418283ee08fc216 (patch) | |
| tree | 79fd51124db101adb2f49f12f4ef55dea5f10e4b /markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md | |
| parent | c577cf167d08c09e4d3409a4971a09cc13daa5b2 (diff) | |
| download | haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.gz haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.tar.bz2 haunt-blog-659384dc54db02ccdce5648a9418283ee08fc216.zip | |
convert.py, markdown: Fix right single quotation mark.
Some generated markdown have right single quotation marks, and without
this fix, it ends up being displayed as '???' in the generated HTML
files.
As an example with site/new-replicant-test-images-available.html we
have:
We are please to remind you that, as usual, Replicant is fully
free software and doesn???t include any proprietary firmwares.
Converting the right single quotation marks to apostrophes fixed it.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md')
| -rw-r--r-- | markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md b/markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md index 624f3b7..cd33143 100644 --- a/markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md +++ b/markdown/2015_07_rmll-feedback-optimus-black-advancement-and-cccamp.md @@ -21,7 +21,7 @@ patches][7] allows booting CyanogenMod without too much trouble, except for the occasional random reboot and other oddities that still have to be sorted out before it can seriously be used for daily use. -Thus, with basic bootloader support out of the way, it’s time to start the +Thus, with basic bootloader support out of the way, it's time to start the Replicant port to the device. Communication with the modem will require some heavy work on [Hayes-RIL][8], our implementation of the AT protocol radio interface layer, that is supposed to be more modern and robust than other @@ -35,7 +35,7 @@ and/or less formal self-organized events. The camp will be a great occasion to chat a bit about the current state of the art of software freedom on mobile devices, and more! Various other interesting projects will be there as well: members of the [Neo900 project][12] will hold the [Neo village][13], where -I’ll be likely to be found. As usual, I’ll also be available to verify the +I'll be likely to be found. As usual, I'll also be available to verify the Replicant release key fingerprint, help newcomers install Replicant on their device and basically anything else that I can help with! |
