From: Tatsuro M. <tma...@ya...> - 2024-08-02 05:20:20
|
When upgrading from gnuplot-6.0.0 to gnuplot-6.0.1, win/README-Windows-ja.txt changed from Shift_JIS to UTF-8. The win/README-Windows.txt file that appears at the beginning of the installer was garbled in Japanese environment. After converting the file to Shift_JIS, the characters are no longer garbled. If win/README-Windows-ja.txt is to be maintained in UTF-8 in the gnuplot repository, it may be necessary to include a process in the Makefile (config/mingw/Makefile) to convert the code to Shift_JIS when making the file. Tatsuro |
From: Ethan A M. <me...@uw...> - 2024-08-03 19:18:52
|
On Thursday, 1 August 2024 22:01:46 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > When upgrading from gnuplot-6.0.0 to gnuplot-6.0.1, win/README-Windows-ja.txt changed from Shift_JIS to UTF-8. > The win/README-Windows.txt file that appears at the beginning of the installer was garbled in Japanese environment. > After converting the file to Shift_JIS, the characters are no longer garbled. > If win/README-Windows-ja.txt is to be maintained in UTF-8 in the gnuplot repository, > it may be necessary to include a process in the Makefile (config/mingw/Makefile) to convert the code to Shift_JIS when making the file. > > Tatsuro I received advice, perhaps incorrect, that the Japanese localization of Windows can now read UTF-8 files. Please help me to understand exactly when, and for which files, it is still necessary to provide Shift-JIS encoding. As of December 2023 there were 3 files in the repository using Shift-JIS ./win/README-Windows-ja.txt ./src/win/README.win-ja ./win/Copyright-ja.txt I thought that the first file (README-Windows-ja.txt) was for users to read. I thought that the second file (README.win-ja) was for the binary distribution. Is this wrong? Are both README files needed? Do both of them need to be in Shift-JIS for the installer to work? All three files have been converted to UTF-8 in the development branch. Should they be reverted to Shift-JIS? Ethan -- Ethan A Merritt |
From: Tatsuro M. <tma...@ya...> - 2024-08-05 00:05:46
|
> ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "beta" <gnu...@li...> > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > Date: 2024/08/04 日 03:37 > Subject: Re: format of win/README-Windows-jp.txt > > > On Thursday, 1 August 2024 22:01:46 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > > > When upgrading from gnuplot-6.0.0 to gnuplot-6.0.1, win/README-Windows-ja.txt changed from Shift_JIS to UTF-8. > > The win/README-Windows.txt file that appears at the beginning of the installer was garbled in Japanese environment. > > After converting the file to Shift_JIS, the characters are no longer garbled. > > If win/README-Windows-ja.txt is to be maintained in UTF-8 in the gnuplot repository, > > it may be necessary to include a process in the Makefile (config/mingw/Makefile) to convert the code to Shift_JIS when making the file. > > > > Tatsuro > > I received advice, perhaps incorrect, that the Japanese localization of > Windows can now read UTF-8 files. > Please help me to understand exactly when, and for which files, > it is still necessary to provide Shift-JIS encoding. > > As of December 2023 there were 3 files in the repository using Shift-JIS > ./win/README-Windows-ja.txt > ./src/win/README.win-ja > ./win/Copyright-ja.txt > > I thought that the first file (README-Windows-ja.txt) was for users to read. > I thought that the second file (README.win-ja) was for the binary distribution. > Is this wrong? > Are both README files needed? > Do both of them need to be in Shift-JIS for the installer to work? > > All three files have been converted to UTF-8 in the development branch. > Should they be reverted to Shift-JIS? > > Ethan > > I thought that the first file (README-Windows-ja.txt) was for users to read. > I thought that the second file (README.win-ja) was for the binary distribution. > Is this wrong? > Are both README files needed? README-Windows-ja.txt is for users to read and for the binary distribution. README.win-ja is for Japanese localization but it is outdated and is not included in binary distribution. Only README-Windows-ja.txt is needed and README.win-ja is not necessary. > All three files have been converted to UTF-8 in the development branch. > Should they be reverted to Shift-JIS? It is better to be reverted. Sorry for my previous incorrect writing. Tatsuro |
From: Ethan A M. <me...@uw...> - 2024-08-07 20:51:20
|
On Sunday, 4 August 2024 17:05:32 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > README-Windows-ja.txt is for users to read and for the binary distribution. > README.win-ja is for Japanese localization but it is outdated and is not included in binary distribution. > Only README-Windows-ja.txt is needed and README.win-ja is not necessary. > > > > All three files have been converted to UTF-8 in the development branch. > > Should they be reverted to Shift-JIS? > > It is better to be reverted. Sorry for my previous incorrect writing. > > Tatsuro I have converted README-Windows-ja.txt from UTF-8 back to Shift-JIS in branch-6-0-stable. Please check that this worked correctly, since I cannot read Shift-JIS files here. thanks, Ethan |
From: Tatsuro M. <tma...@ya...> - 2024-08-08 00:23:42
|
> ----- Original Message ----- > > From: "Ethan A Merritt" <me...@uw...> > To: "beta" <gnu...@li...> > Cc: "Tatsuro MATSUOKA" <tma...@ya...> > Date: 2024/08/08 木 04:34 > Subject: Re: format of win/README-Windows-jp.txt > > > On Sunday, 4 August 2024 17:05:32 PDT Tatsuro MATSUOKA via gnuplot-beta wrote: > > > > README-Windows-ja.txt is for users to read and for the binary distribution. > > README.win-ja is for Japanese localization but it is outdated and is not included in binary distribution. > > Only README-Windows-ja.txt is needed and README.win-ja is not necessary. > > > > > > > All three files have been converted to UTF-8 in the development branch. > > > Should they be reverted to Shift-JIS? > > > > It is better to be reverted. Sorry for my previous incorrect writing. > > > > Tatsuro > > I have converted README-Windows-ja.txt from UTF-8 back to Shift-JIS > in branch-6-0-stable. > > Please check that this worked correctly, since I cannot read Shift-JIS files here. > > thanks, > > Ethan > Ethan Thanks for your treatment. I have confirmed that it will fix the glitch. Tatsuro |