On 31/05/12 08:07, Aron Xu wrote:
Hi,
I have a question regarding .db files in libpresage-data, which is
arch:all. Are those .db files have differences between little-endian
and big-endian architectures? Or if the program itself can deal with
both le and be data?
Hi Aron,
The presage language models are SQLite 3 databases. According to the
SQLite 3 documentation:
"""
A database in SQLite is a single disk file. Furthermore, the file format
is cross-platform. A database that is created on one machine can be
copied and used on a different machine with a different architecture.
SQLite databases are portable across 32-bit and 64-bit machines and
between big-endian and little-endian architectures.
"""
http://www.sqlite.org/onefile.html
Cheers,
- Matteo
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org