summaryrefslogtreecommitdiff
path: root/README.hpux
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-02 12:13:55 -0700
committerKarl Williamson <khw@cpan.org>2018-03-02 12:37:16 -0700
commit578a6a873a320fe64743b060dbd467f1865d205c (patch)
tree6eb0156a51297f8bde040c9ad938125ff670af7b /README.hpux
parentd8255c827dc80db97c8439ea38afc130902a7c1e (diff)
downloadperl-578a6a873a320fe64743b060dbd467f1865d205c.tar.gz
Reword warning for deviations from UTF-8 locales
Some locales are UTF-8, but not exactly what Perl is expecting. Revise the message raised in this circumstance. Originally I thought these were violations of Unicode, but based on feedback from Craig Berry, I came to realize that these are legitimate interpretations of the Unicode standard. But perl persists with its own interpretation that differs from these, hence the warning.
Diffstat (limited to 'README.hpux')
-rw-r--r--README.hpux9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.hpux b/README.hpux
index ce000dd887..e1857e08dc 100644
--- a/README.hpux
+++ b/README.hpux
@@ -563,15 +563,6 @@ questions about 64-bit numbers when Configure asks you, you may get a
configuration that cannot be compiled, or that does not function as
expected.
-=head2 Locales on HP-UX
-
-HP-UX installs the locale C<univ.utf8> and C<en_US.utf8> on all systems.
-Up to and including HP-UX 11.23, this local is defective in that it
-does not thinks that the characters C<< $ + < = > ^ ` | >> and C<~> are
-punctuation, which they are according to the Unicode standards.
-
-This appears to be fixed on HP-UX 11.31.
-
=head2 Oracle on HP-UX
Using perl to connect to Oracle databases through DBI and DBD::Oracle