FreeDOS/kernel/nls/files
Jim Tabor c0df6767f2 Add new nls patch
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@56 6ac86273-5f31-0410-b378-82cca8765d1b
2000-08-06 04:14:05 +00:00

21 lines
616 B
Plaintext

NLS files
Filenames are encoded as:
CCC-PPP
CCC: country code
PPP: codepage ID
both are zero-padded three digits numbers; one number may
use four digits.
Extensions:
UNF: Uniform NLS file Format
plain text representation of NLS package (7bit US-ASCII)
may be used to validate GRAB_UNF output
see UNF toolset for more information
UP : NLSUPTST data file
used to validate DOS API normal character upcase functions DOS-65-2[0-2]
HC : Hardcoded NLS file to be included into the kernel
produced by UNF2HC
copy to ..\NLS_HC.ASM in order to use this NLS package as the hardcoded one
kernel must be re-compiled