diff options
author | Javier <dev.git@javispedro.com> | 2022-07-14 19:53:42 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-07-14 19:53:42 +0200 |
commit | b270635e63584edd3430a5f87f5a9a4ab90db7a4 (patch) | |
tree | 23f3f7365026f1990262c12da64b992f81e8043b | |
parent | fbe961e941cea7f1294818fe76b281c24d7100dd (diff) | |
download | vbados-b270635e63584edd3430a5f87f5a9a4ab90db7a4.tar.gz vbados-b270635e63584edd3430a5f87f5a9a4ab90db7a4.zip |
readme fixes
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -292,7 +292,7 @@ hash portion of the short file names. For that, use the `hash <n>` option. In addition, there is support for translation of extended characters from the host filesystem into the guest DOS' codepage. The corresponding `CPxxxUNI.TBL` is required (e.g. codepage 850 will require -the file CP850UNI.TBL to exist in the same directory as VBSF.EXE). +the file CP850UNI.TBL to exist in the current PATH or in the same directory as VBSF.EXE). To see proper modification dates & times in directory listings in DOS, you need to set the TZ (timezone) environment variable _before_ loading VBSF.EXE. @@ -391,6 +391,8 @@ directly in the header files. * [dostsr.h](../tree/dostsr.h), helper functions for loading the resident part into an UMB. +* [unicode.h](../tree/unicode.h), UTF-8/UTF-16/local codepage conversion routines. + * [nls.h](../tree/nls.h), locale support (for translating filenames). * [lfn.h](../tree/lfn.h), long file name ↔ short (hashed) filename conversion. |