Specifications

49
3.3 Memo Text
Overview
Basic Functions
1) File Input/Output
This function reads and saves files.
In Android, system folders/files and application folders/files are assigned access permissions
individually. Ordinary applications are inhibited from reading or updating files of other
applications. (Security is thus ensured.)
This means that this tool generally acts on folders/files included in the storage.
2) Open as a Text Viewing Application
MemoText can be selected as a text file viewing application in the File Management
Application.
3) Character Code Conversion
A function that converts character codes at the time of file I/O is provided according to the
encoding (UTF8/UTF16LE/UTF16BE/ASCII/SJIS/MS932), BOM presence/absence
(UTF8/UTF16LE/UTF16BE), and line feed code (LF/CRLF) specifications.
The Android standard character set is UTF8 (BOM absent), with LF as the line feed code.
In UTF16-LE and UTF16-BE, LE and BE stand respectively for Little Endian and Big Endian.
MS932 is an SJIS in which foreign characters out of the Windows system are assumed. Since
SJIS operation depends on the Java version, MS932 can also be specified.
4) Cut, Copy, and Paste
The editing functions available as standard in Android can be used.
5) Character Entry
You can enter characters using the soft keyboard, Japanese language conversion, and other
functions provided by Android as standard.
In the text input area, you can enter up to 7000 characters.
Note that if a longer text file is read and saved to overwrite the existing file, the extra data will
be lost.
6) Control According to Tablet Rotation
The landscape or portrait layout is automatically selected according to the tablet orientation.
7) Localization
If Japanese is selected as the language, various kinds of data are displayed in Japanese.
If another language is selected, various kinds of data are displayed in English.