Logo by Liksmaskaren (anonymous IP: 18.216.66.30,0) | ||||||||||||
| ||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (148) Game (1011) Graphics (500) Library (118) Network (233) Office (66) Utility (932) Video (69) Total files: 4397 Full index file Recent index file
 Amigans.net  OpenAmiga  Aminet  UtilityBase  IntuitionBase  AmigaBounty
Support the site
|
[Show comments] [Show snapshots] [Show videos] [Show content] [Show crashlogs] INTRODUCTION. The aim of this program is to convert an ASCII file to its JASCII equivalent in the various japanese encoding standards. USAGE Ascii2J infile outfile [JIS/NJIS/NEC/EUC/SJIS]. where infile is the input file to be converted to JAscii, the format will be the chosen output, you can choose among (Old)Jis, NewJis, NEC, EUC, Shift-JIS. E.G.: Ascii2J kinokuniya.txt kinokuniya.njis NJIS. a file kinokuniya.njis will be created. LEGAL This program is provided "AS IS", with NO warranty at all. Use it at your own risk, I'm not liable for whatever damage it can produce. C source is included (this is not GPL,at least not yet, read the source). REQUIREMENTS Should work on ANY Amiga, it is 101% ANSI C and thus is possible to recompile it without changes on other systems (this doesn't mean I allow to do it), this version is compiled with SasC 6.58 for the 68k side and VBCC 0.7 for PowerPc and WarpOs. FUTURE o MorphOs and New Amigas; o GUI; (this will spoil the portability anyway) o Support for Unicode (but I need proper docs), XC; o Make it possible to convert back to ASCII; o Any idea? HISTORY o 1.0t First upload to Aminet; o 1.0y It is now possible to use files as input; Fixed a couple broken codes; o 1.1a Better error handling; o 1.1b Better indented code, updated docs, minor changes; o 1.1c Changed syntax, suffix automatically created for the output file; o 1.1f Readjusted buffer size, major restyling of the source, changed internal handling, updated docs, updated online-help; o 1.1i Fixed error handling, minor changes, converts most non-alphabetical characters, fixed bug with SJIS: numbers were shifted by one, included 3.5 icons; o 1.1j Source code should be more readable and portable, switched to #define's; o 1.1k Solved ANSI compliance issue, PowerPC and WarpOs versions added, had to change syntax; o 1.1l Got rid of non printable characters in the source code; Fixed a problem with CR codes; AUTHOR Fabrizio "Lanch" Bartoloni <lanch()caribusiness.it> (valid until december) <lanch()tiscalinet.it> |
Copyright (c) 2004-2024 by Björn Hagström All Rights Reserved Amiga OS and its logos are registered trademarks of Hyperion Entertainment |