Re: RFR: 8290471: jpackage: allow to specify codepage on Windows

2022-07-20 Thread Alex Kasko
On Mon, 18 Jul 2022 22:33:15 GMT, Alex Kasko wrote: > It is proposed to introduce support for `--win-codepage` argument, and > substitute the `Codepage` attribute with `--win-codepage` specified value in > primary l10n file when it is being copied to the config dir. > > Instead of copying all

Re: RFR: 8290471: jpackage: allow to specify codepage on Windows [v2]

2022-07-20 Thread Alex Kasko
> It is proposed to introduce support for `--win-codepage` argument, and > substitute the `Codepage` attribute with `--win-codepage` specified value in > primary l10n file when it is being copied to the config dir. > > Instead of copying all internal l10n files, it is proposed to copy only the

Re: RFR: 8290471: jpackage: allow to specify codepage on Windows

2022-07-19 Thread Alex Kasko
On Mon, 18 Jul 2022 22:33:15 GMT, Alex Kasko wrote: > It is proposed to introduce support for `--win-codepage` argument, and > substitute the `Codepage` attribute with `--win-codepage` specified value in > primary l10n file when it is being copied to the config dir. > > Instead of copying all

Re: RFR: 8290471: jpackage: allow to specify codepage on Windows

2022-07-18 Thread Alexey Semenyuk
On Mon, 18 Jul 2022 22:33:15 GMT, Alex Kasko wrote: > It is proposed to introduce support for `--win-codepage` argument, and > substitute the `Codepage` attribute with `--win-codepage` specified value in > primary l10n file when it is being copied to the config dir. > > Instead of copying all