diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-03-19 16:05:37 +0100 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2025-06-15 01:30:26 +0200 |
| commit | 37068cada1cc06b5442482d5a1c69e8791e134be (patch) | |
| tree | cbf0c56facb86900a62fff39dda9b170db14ade0 /markdown/2013_11_fairphone.md | |
| parent | e254ef843ad19e72eff0327718b769f343835906 (diff) | |
| download | haunt-blog-37068cada1cc06b5442482d5a1c69e8791e134be.tar.gz haunt-blog-37068cada1cc06b5442482d5a1c69e8791e134be.tar.bz2 haunt-blog-37068cada1cc06b5442482d5a1c69e8791e134be.zip | |
convert.py, markdown: use UTF-8.
Guile use ISO-8859-1 by default for ports. Since the markdown contain
some UTF-8 characters, the resulting HTML ended up with unknown
characters replaced by some '??'.
Converting some dashes or quotes to ASCII equivalent was done in
previous commits and was not a big issue, but some files also have
characters with accents, so keeping most of the UTF-8 characters as-is
and moving directly to UTF-8 is a better solution.
Some characters still don't work, and end up in some haunt build
errors (which is better than silent faillures like before). They all
have valid equivalents so they were replaced by their equivalents.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'markdown/2013_11_fairphone.md')
| -rw-r--r-- | markdown/2013_11_fairphone.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown/2013_11_fairphone.md b/markdown/2013_11_fairphone.md index dfdc212..2c6044f 100644 --- a/markdown/2013_11_fairphone.md +++ b/markdown/2013_11_fairphone.md @@ -5,7 +5,7 @@ tags: Replicant news, Fairphone, Paul Kocialkowski --- Over the past months, we have been asked a lot whether Replicant is going to be running on the [Fairphone][1]. The goal behind [Fairphone][1], as its name -suggests, is to build a phone that is "fair". This covers a lot of different +suggests, is to build a phone that is “fair”. This covers a lot of different aspects that the [Fairphone][1] company took care of: such topics as using fair and conflict-free resources, ensuring that all workers along the supply chain get a fair wage, improving the handling of electronic waste, being @@ -13,7 +13,7 @@ transparent about the cost of each part of the device, its technical specifications and encouraging open and flexible designs. We are really glad to see a company producing electronic devices taking care of such many important aspects as social conditions of workers, ecology and -handling of e-waste as well as transparency and being "technically open". +handling of e-waste as well as transparency and being “technically open”. What we are especially interested in, at the Replicant project, is how good the device will be when it comes to software freedom. Hence, we have spent |
