brutella / hc

hc is a lightweight framework to develop HomeKit accessories in Go.
Apache License 2.0
1.74k stars 189 forks source link

not support utf-8 chinese language #204

Closed zeropool closed 2 years ago

zeropool commented 3 years ago

Homekit couldn't find the accessory when I named it in Chinese

    info := accessory.Info{
        Name:         "车库门",
        SerialNumber: "051AC-23AAN1",
        Manufacturer: "Apple",
        Model:        "AB",
    }
brutella commented 2 years ago

Related to #141