Setting Up the Windows Registry Table for Unicode Universal Output

Setting Up the Windows Registry Table for Unicode Universal Output

Set up a Windows host registry table in order to support a universal output method for your data.
  1. Select
    Start
    Run
    regedt32
    to start the registry editor.
  2. Under
    HKEY_Current_User\Control Panel\Input Method
    , set
    EnableHexNumpad
    to
    1
    as follows:
    [HKEY_CURRENT_USER\Control Panel\Input Method]
    "EnableHexNumpad"="1"
    If this key does not exist, add it as type
    REG_SZ
    (string value).
  3. Reboot the computer to implement the registry change.