👩💻 Join our community of thousands of amazing developers!
diff --git a/reference/codecvt/codecvt_utf8.md b/reference/codecvt/codecvt_utf8.md index a3c6fc717..0f6edc1df 100644 --- a/reference/codecvt/codecvt_utf8.md +++ b/reference/codecvt/codecvt_utf8.md @@ -4,6 +4,7 @@ * class template[meta id-type] * cpp11[meta cpp] * cpp17deprecated[meta cpp] +* cpp26removed[meta cpp] ```cpp namespace std { @@ -26,12 +27,12 @@ UTF-8との変換を行うファセットクラス。`char`列と`Elem`列との BOMの有無を[`codecvt_mode`](codecvt_mode.md)で指定できる。 -## 非推奨の詳細 +## 非推奨・削除の詳細 Unicodeの文字コード変換を...