Re: conversion of ascii to utf-8

From: David Starner (dvdeug@x8b4e516e.dhcp.okstate.edu)
Date: Mon Dec 11 2000 - 02:13:37 EST


On Sun, Dec 10, 2000 at 10:17:27PM -0800, sreekant wrote:
> hi,
> The 7-bit ASCII text on the web is the only common format
> that is truly supported in all countries.
> For unicode compatibility the utf-8 format is normally preferred. What
> approach is
> to be followed to convert the ascii representation of characters into
> the utf-8 format to enable the unicode compatibility?

Under Unix, the utility to convert ASCII to UTF-8 is cat. E.g.
        cat ascii_file > utf8_file
Under Windows, the utility type can be used the same way
        type ascii_file > utf8_file

-- 
David Starner - dvdeug@hushmail.com
http://dvdeug.dhis.org
And crawling, on the planet's face, some insects called the human race.
Lost in space, lost in time, and meaning.
	-- RHPS



This archive was generated by hypermail 2.1.2 : Tue Jul 10 2001 - 17:21:17 EDT