Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文字コード自動判別にwin10組み込みのICU4Cを使う #1784

Closed

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    b33ca30 View commit details
    Browse the repository at this point in the history
  2. MSVCのWin7縛りを解除する

    正規のWindows10 SDKを使った場合、省略すると利用可能な最新バージョンを使う設定になる。
    berryzplus committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    e0805ba View commit details
    Browse the repository at this point in the history
  3. MinGW向け_WIN32_WINNTの定義を更新する

    MinGWのSDKではバージョン定義が正しく行われないので、
    統合されたICU4Cを利用するために必要な定義を行う。
    
    NTDDI_WIN10_RS3が定義されるのはWindows 10 SDK v10.0.17763.0以降。
    berryzplus committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    a5263fd View commit details
    Browse the repository at this point in the history
  4. MinGW向けicu.hの生成処理を追加

    MinGWにはicu.hがないので、正規のWindows 10 SDKから該当ファイル(自動生成)をコピーする。
    コピー処理がテキトーなので改善のかなり余地がある。
    (コピー元がv10.0.18362.0固定とか。)
    berryzplus committed Jan 30, 2022
    Configuration menu
    Copy the full SHA
    66fecdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d01d3 View commit details
    Browse the repository at this point in the history