|
| | |
UDP has the ability to read a number of different file formats and convert them to Unicode. It also can save its data in several file formats.
Import Export
- UDP Native formats: Unicode text with markers for Documents, Proprietary for Databases; Protected for both Documents and Databases
- Unicode Text formats: UTF-16 for Windows (Little Endian), UTF-16 for MAC (Big Endian), UTF-8
- Unicode RTF format: one Unicode font for Tibetan/Dzongkha and another Unicode font for everything else
- 8-bit RTF format: Non-Tibetan/non-Dzongkha in the font of your choice (non-ANSI characters are written as Unicode) and Tibetan/Dzongkha written using any of the following 8-bit font sets:
- TibetanMachine, TibetanCaligraphic, TibetanClassic, DzongkhaCaligraphic
- Tibetan Modern A
- Robillard (Ltibetan, etc)
- HTML format: any one of the following
- Unicode for both Tibetan/Dzongkha and non-Tibetan/non-Dzongkha; fonts can be left up to the browser or specified.
- ANSI (with Unicode for non-ANSI) and the font specified or left up to the browser; Tibetan/Dzongkha in any of the following 8-bit fonts:
- TibetanMachine, TibetanCaligraphic, TibetanClassic, DzongkhaCaligraphic
- TibetanMachineWeb
- Tibetan Modern A
- Robillard (Ltibetan, etc)
E-mail can be generated as HTML in any of the above formats as well.
- Tibetan Text using a single Tibetan font's encoding from the following:
- TibetanMachine
- TibetanMachineWeb
- Tibetan Modern A
- Ltibetan
- Raw or CSV (Comma Separated Values) Text: for Database export (non-Tibetan)
- Tibetan Braille text
- WordPerfect® 6.x for DOS: compatible with Tibetan! Dzongkha! & Diacritics!
- ACIP text
Files can be read in from any Import format and saved in any Export format. There are command line flags to enable many of these import/exports to be done in batch mode.
|