aboutsummaryrefslogtreecommitdiff
path: root/nls.h
diff options
context:
space:
mode:
Diffstat (limited to 'nls.h')
-rw-r--r--nls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nls.h b/nls.h
index 124b703..5f6ca22 100644
--- a/nls.h
+++ b/nls.h
@@ -50,6 +50,8 @@ static unsigned char nls_toupper( unsigned char c )
return ( c < 0x80 ? c : data.file_upper_case[c - 0x80] );
}
+/** Convert str into uppercase as per current NLS rules.
+ * @return true if str was already uppercase. */
static inline bool nls_uppercase(SHFLSTRING *str)
{
int i;