Edwin Hoogerbeets

Results 10 issues of Edwin Hoogerbeets

From CLDR 34 in the file common/main/fr_CH.xml (at the end of the file): ```xml ... #,##0.00 ¤;-#,##0.00 ¤ ``` And this is in cldr-data/main/fr-CH/numbers.json in the property main["fr-CH"].numbers["currencyFormats-numberSystem-latn"].standard: ```javascript "standard":...

Hi there, it seems that when you have a project that requires translation to Hungarian (hu-HU), then the xliff file that is produced during a drop is encoded with ISO-8859-2....

Added equalIgnoringOrder assertion to add flexibility and match the assertions possible in other frameworks.

NOT READY TO MERGE YET. Gives information about the date format without cluttering up the methods on the date format object itself. The methods on the date format object are...

### Checklist * [ ] At least one test case is included for this feature or bug fix. * [ ] `ReleaseNotes` has added or is not needed. * [...

Can be used to debug node-based programs that call into ilib.

### Checklist * [ ] At least one test case is included for this feature or bug fix. * [ ] `ReleaseNotes` has added or is not needed. * [...

Code: ``` const convert = require('xml-js'); const xml1 = 'This is a tag'; const xml2 = 'This is a tag'; try { const result1 = convert.xml2json(xml1, {compact: true, spaces: 4});...

- all files moved over to the qt-ilib repo instead ### Checklist * [ ] At least one test case is included for this feature or bug fix. * [...