Tes4Mod talk:File Format Conventions

The UESPWiki – Your source for The Elder Scrolls since 1995

Jump to: navigation, search

[edit] Strings

Kind of a lot of string types. Hmmm, and we haven't really looked at the unicode situation yet. We need to distinguish between zero terminated and non-zero-terminated bstrings (especially when writing), hence I've added the b-string type. However, I'd prefer that we do without the "string" type, as that is already covered by "char[size]", which has the advantage of being more explicit. --Wrye 19:46, 26 April 2006 (EDT)

No unicode apparently. I just did a quick test and it appears that Oblivion simply uses latin-1 encoding. --Wrye 01:15, 3 May 2006 (EDT)

[edit] Long/Ulong

Reflection had a good point that int/uint were used as well as long/ulong to mean the same thing. However, solution is not to allow both, but to stick with the existing standard (long/ulong). I've searched for and corrected pages that I could find, but may have missed some. --Wrye 01:24, 4 October 2006 (EDT)

Sponsored Links
Personal tools