問題タブ [unicode-literals]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
2159 参照

c - C で 16 ビットの文字列リテラルを安全に宣言するにはどうすればよいですか?

を前に付けることによる標準的な方法がすでにあることは承知していLます。

問題は、wchar_t16 ビットであることが保証されていないことですが、私のプロジェクトでは 16 ビットが必要ですwchar_t。また、渡す必要は避けたいと思います-fshort-wchar

では、UTF-16 文字列リテラルを宣言できる C (C++ ではない) のプレフィックスはありますか?