Skip to content

The export function does not support Traditional Chinese. #3152

@osborn-devfaker

Description

@osborn-devfaker

Bug Report

My environment uses Traditional Chinese. When I use the export function to export data as a CSV file, the text content becomes garbled after opening the file.

Image Image

sample data

{"Datas": [
        {
            "年月": "2023/01/01",
            "轄區分局": "第四分局",
            "路口名稱": "南屯區",
            "路口名稱split": "五權西路與環中路口",
            "A1": 0.0,
            "A2": 3.0,
            "A3": 130.0,
            "總件數": 18.0,
            "死亡人數": 0.0,
            "受傷人數": null,
            "主要肇因": "未注意車前狀態"
        },
        {
            "年月": "2023/01/01",
            "轄區分局": "第六分局",
            "路口名稱": "西屯區",
            "路口名稱split": "中清聯絡道與環中路口",
            "A1": 0.0,
            "A2": 2.0,
            "A3": 100.0,
            "總件數": 15.0,
            "死亡人數": 0.0,
            "受傷人數": null,
            "主要肇因": "未注意車前狀態"
        }]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions