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

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

Merged
merged 1 commit into from
Jun 30, 2018

Conversation

kobake
Copy link
Member

@kobake kobake commented Jun 30, 2018

該当フォルダ内の文字コードを変換しても支障のないものだけを対象に変換を行いました。

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

確認方法

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

関連 Issues

このフォルダを変換対象とした目的

#160 (CNativeT 関連) の対応の前段階として文字コードを変換しておきたい。

cd sakura_core/mem
nkf --overwrite --oc=UTF-8-BOM *.cpp
nkf --overwrite --oc=UTF-8-BOM *.h
git checkout CNativeA.cpp … ANSI以外の文字定数・文字列定数があるので変換から除外
@m-tmatma
Copy link
Member

文字コード変換以外の修正がないこと、
コメント部分のみに日本語のテキストが含まれているのを確認しました。

@m-tmatma m-tmatma added this to the next release milestone Jun 30, 2018
@m-tmatma m-tmatma added the refactoring リファクタリング 【ChangeLog除外】 label Jun 30, 2018
@m-tmatma m-tmatma merged commit 587069f into master Jun 30, 2018
@m-tmatma m-tmatma deleted the mem-utf8 branch June 30, 2018 10:45
kobake added a commit to kobake/sakura that referenced this pull request Jul 19, 2018
 sakura-editor#197 で変換対象から除外されていたが、そのまま変換しても問題なさそうだったので本コミットで変換
kobake added a commit to kobake/sakura that referenced this pull request Jul 19, 2018
 sakura-editor#197 で変換対象から除外されていたが、そのまま変換しても問題なさそうだったので本コミットで変換
kobake added a commit to kobake/sakura that referenced this pull request Jul 24, 2018
 sakura-editor#197 で変換対象から除外されていたが、そのまま変換しても問題なさそうだったので本コミットで変換
@ds14050 ds14050 added the refactoring リファクタリング 【ChangeLog除外】 label Sep 18, 2018
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
mem 配下のいくつかのファイルを UTF-8 (BOM付) に単純変換
HoppingTappy pushed a commit to HoppingTappy/sakura that referenced this pull request Jun 11, 2019
 sakura-editor#197 で変換対象から除外されていたが、そのまま変換しても問題なさそうだったので本コミットで変換
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.

3 participants