summaryrefslogtreecommitdiff
path: root/erts/emulator/pcre
diff options
context:
space:
mode:
authorJohn Högberg <john@erlang.org>2020-04-28 15:33:45 +0200
committerJohn Högberg <john@erlang.org>2020-04-28 15:33:45 +0200
commitf6b31ecb8856c7bfdd7c6a1d55bef59e3b89611f (patch)
tree32211afdd874755fd58f50b75d6332541889a599 /erts/emulator/pcre
parentec9151458d0d425011b3ee2cb8aed7796b6bdbc8 (diff)
downloaderlang-f6b31ecb8856c7bfdd7c6a1d55bef59e3b89611f.tar.gz
pcre: Add instructions for checking/installing locale
Diffstat (limited to 'erts/emulator/pcre')
-rw-r--r--erts/emulator/pcre/README.pcre_update.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/erts/emulator/pcre/README.pcre_update.md b/erts/emulator/pcre/README.pcre_update.md
index 5df1e15bde..7703db614d 100644
--- a/erts/emulator/pcre/README.pcre_update.md
+++ b/erts/emulator/pcre/README.pcre_update.md
@@ -244,7 +244,10 @@ To begin with you will need a default table for Latin-1 characters, so:
Compare it to the pcre\_latin\_1\_table.c in the old version, they
should not differ in any significant way. If they do, it might be
-that you do not have the sv_SE locale installed on your machine.
+that you do not have the `sv_SE` locale installed on your machine.
+
+You can test whether it's installed with `locale -a | grep sv_SE$`, and
+install with `sudo locale-gen sv_SE && sudo update-locale` if needed.
A good starting point is then to try to find all files in the new
version of the library that have (probably) the same names as the