-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a06478
commit d5b691c
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
*** | ||
|
||
# uOffice document format (UDOC) | ||
|
||
## Specifications | ||
|
||
**Max size:** `16 exibytes (1.5625e+16 bytes)` | ||
|
||
**MIME type:** `Document/UDOC` `Document/uOffice` `Document/UltimateDoc` | ||
|
||
**File format:** `.udoc` | ||
|
||
**Feature set:** `Full rich text support, image support, video support, audio support` | ||
|
||
**Blank document size:** `~128 bytes` | ||
|
||
**Encoding:** `UTF-16 (changeable to UTF-8, ANSI, ASCII, and other character sets)` | ||
|
||
**Max pages:** `170,141,183,460,469,231,731,687,303,715,884,105,728 (Blank)` (2^127) (178 undecillion, 141 decillion, 183 nonillion, 460 octillion, 469 septillion, 231 sextillion, 731 quintillion, 687 quadrillion, 303 trillion, 715 billion, 884 million, 105 thousand, 728 pages) | ||
|
||
**Max characters:** `170,141,183,460,469,231,731,687,303,715,884,105,728 (ANSI)` (2^127) (178 undecillion, 141 decillion, 183 nonillion, 460 octillion, 469 septillion, 231 sextillion, 731 quintillion, 687 quadrillion, 303 trillion, 715 billion, 884 million, 105 thousand, 728 characters) | ||
|
||
**Processor architecture:** `128x64` (128 bit for the document, compatible with 64 bit systems) | ||
|
||
**Color support:** `2 bit to 64 bit color` | ||
|
||
**Other:** `Coming soon` | ||
|
||
*** | ||
|
||
## File info | ||
|
||
**File type:** `Markdown document (*.md *.mkd *.mdown *.markdown)` | ||
|
||
**File version:** `1 (2021, Thursday, October 21st at 4:16 pm` | ||
|
||
**Line count (including blank lines and compiler line):** `41` | ||
|
||
*** |