Changes between Version 3 and Version 4 of ReleaseNotes/panc
- Timestamp:
- Feb 28, 2007, 11:56:42 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/panc
v3 v4 6 6 Java based implementation of PAN Compiler (v7 and later) is made of an `ant` task and a set of scripts for backward compatibility at command line level with previous compiler. It is released as a separate component but is also bundled into [wiki:ReleaseNotes/SCDB SCDB releases]. 7 7 8 == Available Releases == 9 10 || Date || Version || Description || 11 8 12 == New and Changed Features == 9 13 10 14 === UTF-8 encoding of non ASCII characters === 11 15 12 panc v7 encodes non ASCII characters as UTF-8. This is different from older version that treated non ASCII characters as binary. This is more consistent but can lead to some incompatibility with some Quattor components. Be sure to read section about upgradefrom an old compiler version.16 panc v7 encodes non ASCII characters as UTF-8. This is different from older version that treated non ASCII characters as binary. This is more consistent but can lead to some incompatibility with some Quattor components. Be sure to read section about [wiki:ReleaseNotes/panc#Upgradingfromoldcompilerversion upgrade] from an old compiler version. 13 17 14 18 In case you have problem with the new encoding, a workaround is to suppress non ASCII characters from your site templates (there are no such characters in standard and QWG templates).