From 4a4088c46812cbd5bfe69cf9728912de92c28b94 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 8 May 2015 21:21:17 -0600 Subject: perlapi use 'UTF-8' instead of variants of that --- hv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 512ec80d34..c249b8f8e2 100644 --- a/hv.h +++ b/hv.h @@ -159,7 +159,7 @@ See C>, C>. Returns the length of the stash's name. =for apidoc Am|unsigned char|HvNAMEUTF8|HV *stash -Returns true if the name is in UTF8 encoding. +Returns true if the name is in UTF-8 encoding. =for apidoc Am|char*|HvENAME|HV* stash Returns the effective name of a stash, or NULL if there is none. The @@ -173,7 +173,7 @@ caches. Returns the length of the stash's effective name. =for apidoc Am|unsigned char|HvENAMEUTF8|HV *stash -Returns true if the effective name is in UTF8 encoding. +Returns true if the effective name is in UTF-8 encoding. =for apidoc Am|void*|HeKEY|HE* he Returns the actual pointer stored in the key slot of the hash entry. The -- cgit v1.2.1