Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
encoding指定が引用符で終わっていない場合に判定処理を行わないようにする
::find_first_ofの戻り値がnposだった場合、MatchEncodingの第2引数が負数となってしまうため、 MatchEncodingでの判定処理が成功しなくなってしまう。 もしnposの場合は判定を省略し、指定がなかったものとして扱うようにする。 std::stringを使用していた箇所をstd::string_viewを使用するように変更する。
- Loading branch information