Character code conversion of csv file
When displaying a csv file in preview, full-width values are garbled.
It was confirmed that the garbled characters were resolved by changing the character code to [UTF-8 (with BOM)].
csv is automatically generated, so you need to open each file and change the character code.
I would like a function such as changing the character code when saving in the settings on the box side.
プレビューでcsvファイルを表示すると全角の値が文字化けします。
文字コードを[UTF-8(BOM付き)]へ変更することにより、文字化けが解消することが確認できましたが、csvは自動で生成されるため1ファイルごと開いて文字コードを変更する必要があります。
box側の設定で保存時に文字コードを変更するなどの機能を希望します。
-
Anonymous
commented
I fully agree. Even without converting and re-saving the file’s character encoding itself, being able to select the character encoding displayed in the preview screen—such as via a drop-down menu—would significantly broaden the ways in which CSV files can be viewed. In Japanese-language environments, this issue has a substantial impact on daily operations, so I sincerely hope it will be improved.