17 Commits

Author SHA1 Message Date
4c8ef11e9b Resolve charset .idtx/.idt confusion
NMake inline files are always created using ACP. The "1252" in the .idtx
header has no effect on this. However, we must encode the .idt files
using correct charset/codepage regardless the ACP being used on the
building machine.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-11-19 13:45:23 +01:00
2036f3bc8a Strip digital signature from the JScript file
The JScript files are not deployed and used over web. When used locally,
Windows does not check the signature anyway.

Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:39:29 +01:00
969c217511 Copyright: Bump year
Signed-off-by: Simon Rozman <simon@rozman.si>
2021-03-25 08:32:22 +01:00
c628408b8f Strip stale digital signatures and excessive UTF-8 BOM
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-02-24 15:45:02 +01:00
7e69fd6005 Update Copyright year
Signed-off-by: Simon Rozman <simon@rozman.si>
2020-01-03 12:32:39 +01:00
c48b64a64a Extend copyright year 2018-09-07 23:54:14 +02:00
61bca29e40 Update digital signatures 2017-12-22 08:39:00 +01:00
2c96dff9c2 Sub-module update 2017-04-18 14:46:27 +02:00
f6238f0895 IDT handling improved
- Escaping support for TAB added
- Check for line breaks in cells added
2016-10-05 19:35:39 +02:00
11614f64b3 Issue with unescaping \\n sequences fixed 2016-10-05 17:26:46 +02:00
5199e63b0b Escape sequences in IDT no longer honored - they are not standardized and uniformly defined in the first place, making RTF code in license agreements garbled 2016-10-04 16:08:42 +02:00
d49be836da A predefined list of localizable columns introduced 2016-09-16 18:51:47 +02:00
c0bc0c70aa MSI.wsf enhancements
- IDT2PO arguments reordered to make job reusable for POT extraction
- IDTTranslate job added to replace "rcxgettext.exe idtp" functionality
2016-09-16 14:42:17 +02:00
ea731e99dd Check for unsupported code page added 2016-09-15 11:54:18 +02:00
d3673d19a1 Copyright extended to GÉANT 2016-09-14 11:23:16 +02:00
f90c309741 IDT escape sequences honored now 2016-09-13 22:38:24 +02:00
43c963a508 PO file generation by comparing IDT files added 2016-09-13 21:17:33 +02:00