Skip to content

Latest commit

 

History

History

unicode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Unicode Characters

Tuw supports UTF-8 strings.

unicode

{
    "window_name": "Unicode Sample",
    "command": "echo file: %รหัส% & echo folder: %-% & echo checkbox: %-%",
    "button": "こんにちは!",
    "components": [
        {
            "type": "file",
            "label": "文件",
            "extension": "any files | *",
            "default": "ああああ",
            "id": "รหัส"
        },
        {
            "type": "folder",
            "label": "폴더",
            "default": "いいいい",
        },
        {
            "type": "check",
            "label": "вариант",
            "default": true
        }
    ]
}