{
{ CONVERT_ASCII88_TO_ASCII812
{
{       The purpose of this procedure is to convert an 8/8 ascii string to
{ an A170 8/12 ascii string.
{
{       CONVERT_ASCII88_TO_ASCII812 (ASCII88_STRING,ASCII812_STRING,
{          CONVERSION_STATUS)
{
{ ASCII88_STRING: (input) This parameter contains the 8/8 ascii string which
{                 is to be converted.
{
{ ASCII812_STRING: (output) This parameter contains the 8/12 ascii string which
{                  is the result of the conversion.
{
{ CONVERSION_STATUS: (output) This parameter indicates the success or failure
{                    of the conversion.  If the output string is not large
{                    enough to complete the conversion of the entire input
{                    input then a status of non_fatal_error will be returned
{                    otherwise the conversion will be successful.  In
{                    either case, conversion of as much of the string as
{                    is possible will be performed.
{

