Jump to content

UNICODE.SYS: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This file is referred on OS/2 as the "Unicode Driver". It is also required by [[JFS.IFS]] file system driver.  
{{ProdS |V45=S}}
The Unicode device driver enables [[Unicode]] and locales support for the kernel and other device drivers.


'''Note:''' Version 14.93 of this driver seems to have hard coded the path of "X:\LANGUAGES\" since if you move the folder from its location UNICODE.SYS will give you errors on boot, no matter if you changed the config.sys statement to the new location.  
It is also required by [[JFS.IFS]] file system driver.
 
;Note:This driver has hard coded the path of "<boot drive>:\LANGUAGE\CODEPAGE". If you move the folder from its location UNICODE.SYS will give you errors on boot, no matter if you changed the config.sys statement to the new location.  
 
;Note: This is one of the critical drivers for the [[OS/2 Kernel]].
 
==CONFIG.SYS Documentation==
Warp Server for e-Business Unicode Driver, enables Unicode and locale support. Necessary for JFS.IFS.
DEVICE=\OS2\BOOT\UNICODE.SYS <parameter>
 
===Parameters===
;-L:Specifies that base locale setting is permanent. If selected \LANGUAGE\LOCALE\DEFAULT.LOC overrides the config.sys settings.
;-X:Disables codepage conversion, must not be used with JFS.IFS
;-V:Verbose, show messages during boot


==Versions==
==Versions==
{| class="wikitable"
{| class="wikitable"
!Date||Version||Size||Comments
|-
|-
! Date !!Version !! Size  !! Comments
|2002-09-04||14.93||20,014 bytes|| \OS2\BOOT
|-
| 2002-09-04 17:31 || 14.93 || 20,014 bytes || Included on eCS 2.1. On C:\OS2\BOOT
|-
|}
|}


==DLLs Loaded==
[[Category:Device Drivers]][[Category:DEVICE Statements]]
* [[DOSCALL1.DLL]]
 
==Source Code==
The source code of this file is not available.
 
==Documentation==
* [[The_Config.sys_Documentation_Project/DEVICE_Statements#DEVICE.3DUNICODE.SYS|Config.sys Parameters]]
 
[[Category:Files]]

Latest revision as of 21:13, 18 March 2022

Product Support
OS/2 1.3
OS/2 2.0
OS/2 2.1
OS/2 2.11 SMP
OS/2 Warp 3
OS/2 Warp Connect
OS/2 Warp 4
OS/2 Warp Server for e-Business S

The Unicode device driver enables Unicode and locales support for the kernel and other device drivers.

It is also required by JFS.IFS file system driver.

Note
This driver has hard coded the path of "<boot drive>:\LANGUAGE\CODEPAGE". If you move the folder from its location UNICODE.SYS will give you errors on boot, no matter if you changed the config.sys statement to the new location.
Note
This is one of the critical drivers for the OS/2 Kernel.

CONFIG.SYS Documentation

Warp Server for e-Business Unicode Driver, enables Unicode and locale support. Necessary for JFS.IFS.

DEVICE=\OS2\BOOT\UNICODE.SYS <parameter>

Parameters

-L
Specifies that base locale setting is permanent. If selected \LANGUAGE\LOCALE\DEFAULT.LOC overrides the config.sys settings.
-X
Disables codepage conversion, must not be used with JFS.IFS
-V
Verbose, show messages during boot

Versions

Date Version Size Comments
2002-09-04 14.93 20,014 bytes \OS2\BOOT