From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,36d7c374b100245d X-Google-Attributes: gid103376,public From: sb463ba@d250-hrz.uni-duisburg.de (Georg Bauhaus) Subject: Re: Wide_String, Chinese & Japanese text files Date: 1999/08/25 Message-ID: <7q1q45$829$2@news-hrz.uni-duisburg.de>#1/1 X-Deja-AN: 517210083 References: <7pka2j$lnn$1@front2.grolier.fr> <7pmcir$l62$1@nnrp1.deja.com> <7pmitf$r71$1@front3.grolier.fr> <87wvuo6ahs.fsf@deneb.cygnus.qad.org> Organization: Gerhard-Mercator-Universitaet - Gesamthochschule Duisburg Newsgroups: comp.lang.ada Date: 1999-08-25T00:00:00+00:00 List-Id: Florian Weimer (fw@s.netic.de) wrote: : "Thierry Lelegard" writes: : > Does anyone have some pointers to these standards and to some : > simple free text utilities which can create a few sample : > text files with a US or European keyboard on UNIX (for : > test purpose, not production of course). Rob Pike's Editor sam writes UTF8-Textfiles; there is also a Windows version that comes with a sample document showing three or four languages from around the world. (look for sam.exe) the utility tcs transforms from one encoding to another. ftp://plan9.att.com/plan9/unixsrc/tcs.shar.Z At least on the debian GNU sites, you can find the UNIX versions. -# Georg