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

charset 配下のいくつかのファイルを UTF-8 (BOM付) に単純変換 #184

Merged
merged 1 commit into from
Jun 27, 2018

Conversation

kobake
Copy link
Member

@kobake kobake commented Jun 27, 2018

charset フォルダ内で単純変換して支障のないものだけを対象に変換を行いました。

手順

cd sakura_core/charset
nkf --overwrite --oc=UTF-8-BOM *.cpp
nkf --overwrite --oc=UTF-8-BOM *.h
git checkout charcode.cpp … ANSI以外の文字定数・文字列定数があるので変換から除外
git checkout charcode.h   … ANSI以外の文字定数・文字列定数があるので変換から除外
git checkout charset.h    … ANSI以外の文字定数・文字列定数があるので変換から除外

確認方法

WinMerge で変更前と変更後を比較すると、文字コード以外の変更が無いことが確認できます。

関連 Issues

cd sakura_core/charset
nkf --overwrite --oc=UTF-8-BOM *.cpp
nkf --overwrite --oc=UTF-8-BOM *.h
git checkout charcode.cpp … ANSI以外の文字定数・文字列定数があるので変換から除外
git checkout charcode.h   … ANSI以外の文字定数・文字列定数があるので変換から除外
git checkout charset.h    … ANSI以外の文字定数・文字列定数があるので変換から除外
@m-tmatma m-tmatma merged commit ef1e8b2 into sakura-editor:master Jun 27, 2018
@kobake kobake deleted the charset-utf8 branch June 27, 2018 12:27
@m-tmatma m-tmatma added this to the next release milestone Jul 8, 2018
@m-tmatma m-tmatma added the refactoring リファクタリング 【ChangeLog除外】 label Jul 8, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
charset 配下のいくつかのファイルを UTF-8 (BOM付) に単純変換
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring リファクタリング 【ChangeLog除外】
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants