Skip to main content
Run any Skill in Manus
with one click

wl-runtime-byte-io

Stars3
Forks0
UpdatedMay 31, 2026 at 11:52

Wolfram Language の実行時の文字列⇔バイト変換 (HTTP 送受信ボディ、JSON ファイル 読み書き) で非ASCII (日本語) が文字化けしないための手順。Windows の Mathematica は 暗黙にシステムエンコーディング (ShiftJIS/CP932) を使うため、HTTP / ファイル I/O の両方で 化ける。ExportString["RawJSON"] と Developer`WriteRawJSONString の戻り値エンコードの違い、 ISO8859-1 vs UTF-8 の使い分け、HTTPRequest の Body に ByteArray を渡す原則、 resp["BodyByteArray"] 受信を扱う。Use when sending/receiving HTTP request bodies, writing/reading JSON files, or debugging garbled Japanese in API calls or JSON stores in Wolfram Language. 制約は rules/30-encoding-safety.md、ソース内のエスケープ/regex は skill wl-encoding-and-regex を参照。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly