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/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.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/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md')
| -rw-r--r-- | markdown/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md b/markdown/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md index 09d8608..b6bce0e 100644 --- a/markdown/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md +++ b/markdown/2017_12_contributions-to-arcep-work-on-terminal-devices-and-public-consultation.md @@ -14,7 +14,7 @@ terminal devices in achieving an open Internet][2], with a particular focus on mobile device. A [first report][3] on this topic was issued at the end of may 2017, based on consultations with various members of the industry as well as non-profits such as [FFDN][4], the federation of non-profit ISPs. This first -document presents ARCEP’s approach to the application of [EU regulation +document presents ARCEP's approach to the application of [EU regulation 2015/2120][5], that gives users specific rights regarding their choice of terminal devices. It provides an analysis of the various actors involved with terminal devices, making clear distinctions between the hardware, operating |
