回答編集履歴

1

追記

2020/10/20 23:51

投稿

AkitoshiManabe
AkitoshiManabe

スコア5434

test CHANGED
@@ -21,3 +21,23 @@
21
21
 
22
22
 
23
23
  使い方は、Google検索 [shiftjis javascript](https://www.google.co.jp/search?q=shiftjis+javascript) でヒットする上位ページの多くが ``encoding.js`` を活用して文字コード変換しています。
24
+
25
+
26
+
27
+ 追記)
28
+
29
+
30
+
31
+ 処理手順以外に、気づいた点がありますので追記します。
32
+
33
+
34
+
35
+ > ``Encoding.convert(csv_data, 'sjis', 'unicode');``
36
+
37
+
38
+
39
+ 第二引数、第三引数のエンコーディング指定を大文字で試してみてください。
40
+
41
+
42
+
43
+ [github encoding.js/config.js 37行](https://github.com/polygonplanet/encoding.js/blob/master/src/config.js#L37) を見る限り、``EncodingNames`` に小文字は使用されていません。