FW/1 を使用して、次のような文字列を返したいと考えています。
"Wüf!"
framework.renderData().data("Wüf!").type( "text" );
これは通常の FW/1 ではなく、REST であることに注意してください。
これを実行すると、
Wüf!
ヘッダーの Postman レポートはContent-Type
、
text/plain;charset=utf-8
アップデート
Visual Code Studio は、ファイルがUTF-8
またEncodeForXML()
、それを
Wüf!
どっちが悪い
更新 2
私は試した
<cfprocessingdirective pageencoding="utf-8">
<cfscript>
component accessors="true" output="false" extends="concerns.rest" {
property beanFactory;
property framework;
しかし、私は得る