diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-02-20 11:55:17 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2018-02-20 11:55:17 +0100 |
commit | 4b262b167490219129b4e3f8e3f6403a31ed95d2 (patch) | |
tree | 711a71f24acd51456cd2b1791738c4507294dd6b /README.hpux | |
parent | 4eaf16e87417b79e64c5b779686914dc86b86520 (diff) | |
download | perl-4b262b167490219129b4e3f8e3f6403a31ed95d2.tar.gz |
Move note about defective locale on HP-UX to README.hpux
Diffstat (limited to 'README.hpux')
-rw-r--r-- | README.hpux | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.hpux b/README.hpux index e1857e08dc..3bd4be3e3d 100644 --- a/README.hpux +++ b/README.hpux @@ -563,6 +563,15 @@ 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> on all systems. Up to and +including HP-UX 11.23, this local is defective in that it thinks that +the characters C<< $ + < = > ^ ` | >> and C<~> are punctuation, which +they are not 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 |