From be314d2dc2846bdc08243892e66fa74aa47dcd78 Mon Sep 17 00:00:00 2001 From: Eduardo Casino Date: Thu, 5 May 2022 21:55:47 +0200 Subject: Add unicode and NLS support --- sftsr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sftsr.h') diff --git a/sftsr.h b/sftsr.h index 9b254f7..f318bd4 100644 --- a/sftsr.h +++ b/sftsr.h @@ -67,6 +67,11 @@ typedef struct { /** Offset (in seconds/2) of the current timezone. * As per tradition, a negative offset means east of GMT; while positive means west. */ int32_t tz_offset; + /** NLS support tables. */ + uint8_t __far *file_upper_case; + FCHAR __far *file_char; + /** Codepage to unicode lookup table. */ + uint16_t unicode_table[128]; // Current status /** Array of all possible DOS drives. */ -- cgit v1.2.3