From 0b0d4634bda70d96fdc9a3071ef4a2bcd9c6f6d7 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 30 Oct 2015 04:21:55 +0100 Subject: [PATCH] lib: Fix UTF-8 characters in company name --- lib/bluetooth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bluetooth.c b/lib/bluetooth.c index 6ac90c1b9..d48d84499 100644 --- a/lib/bluetooth.c +++ b/lib/bluetooth.c @@ -1616,7 +1616,7 @@ const char *bt_compidtostr(int compid) case 676: return "Pacific Lock Company"; case 677: - return "Tendyron Corporation ( )"; + return "Tendyron Corporation ( 天地融科技股份有限公司 )"; case 678: return "Robert Bosch GmbH"; case 679: -- 2.47.3