- Fixes typos in ctl files- Adds new iso-639-1 language codes- Adds iso-639-2 language codes (3 chars) data file. Will add datamodel and logic for it very soon- Bumps version number to 5.6 serie for future inclusion in core
switch to using \\copy rather than copy since the backend typicallyis not able to read the dat file because of permissions (or if it ison a remote machine the file typically will not even exist).bug #1033
Decided that assuming SQL data files are CSV-formatted files is a bad ideaafter running into a package that embeds comments in its data! Changedfrom .csv to .dat and all that implies. Still more testing to do...