view codeDoc/file/mergetag/issues.txt @ 82:ac1e3fd07275

New ssi file format. (De)serializer now supports non-ascii wide characters (encoded to UTF-8) and no longer supports non-ascii 8-bit chars which would result in bad UTF-8. Moved/renamed a few things left over from the last commit.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 30 Aug 2008 09:37:35 +0100
parents codeDoc/mergetag/issues.txt@611f7b9063c6
children
line wrap: on
line source

Copyright © 2007-2008 Diggory Hardy
License: GNU General Public License version 2 or later (see COPYING)


This is mostly just a list of potential minor issues noticed while coding but not seen worth throwing an error about.

Overall:

read.d:
	Support partially loading a file.
	parseSection(): as mentioned at end of function
	formatting errors could be more informative; in particular say where the error is
	No binary support.

write.d:
	Threading support?
	There is currently no way to specify the base in which numbers are written (in text form).

format.d:
	No support for ulong where val > long.max.