reactos/reactos/tools/create_nls
Daniel Reimer ae7da04787 Delete all Trailing spaces in code.
svn path=/trunk/; revision=29690
2007-10-19 23:21:45 +00:00
..
unicode.org/ReactOS set most of trunk svn property eol-style:native 2006-11-08 11:47:44 +00:00
create_nls.c Delete all Trailing spaces in code. 2007-10-19 23:21:45 +00:00
Readme Added nls tool. 2002-01-02 00:48:14 +00:00

Create_nls - .nls file creation tool
------------------------------------

Create_nls is a tool to create binary .nls files from codepage mapping
files provided by Unicode Inc. Due to the confusing license these files
are not part of the ReactOS source tree.


You can easily download the files from 'http://www.unicode.org/public' or
'ftp://ftp.unicode.org/pub'. Download the directory structure of the web/ftp
site into the unicode.org subdirectory and create_nls will build the .nls
files.

Makefile targets:
	'make':            builds create_nls tool.
	'make clean':      deletes all executable and object files
	'make nls':        generates binary .nls files.
	'make clean_nls':  deletes binary .nls files.

Since the binary .nls files are part of the ReactOS source tree it is not
necessary to build these files yourself. Therefore create_nls is not
integrated with the main makefile. You will have to build and run it
separately.