SetTitle method Unable to display Chinese on mac #459

Closed
opened 2026-01-29 16:40:05 +00:00 by claunia · 2 comments
Owner

Originally created by @jlcool on GitHub (Feb 29, 2020).

Originally assigned to: @robertmuehsig on GitHub.

  • Version: 7.30.2

node v12.11.1
electron 5.0.8

  • Target: mac 10.14

Steps to Reproduce:

browserWindow.SetTitle("中文");
Unable to display Chinese

Originally created by @jlcool on GitHub (Feb 29, 2020). Originally assigned to: @robertmuehsig on GitHub. <!-- Please search existing issues to avoid creating duplicates. --> <!-- Which version of Electron.NET CLI and API are you using? --> <!-- Please always try to use latest version before report. --> * **Version**: 7.30.2 <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> node v12.11.1 electron 5.0.8 <!-- What target are you building for? --> * **Target**: mac 10.14 <!-- Enter your issue details below this comment. --> <!-- If you want, you can donate to increase issue priority (https://donorbox.org/electron-net) --> Steps to Reproduce: browserWindow.SetTitle("中文"); Unable to display Chinese
claunia added the bug label 2026-01-29 16:40:05 +00:00
Author
Owner

@GregorBiswanger commented on GitHub (Mar 18, 2020):

@robertmuehsig can you please test it with your mac.

@GregorBiswanger commented on GitHub (Mar 18, 2020): @robertmuehsig can you please test it with your mac.
Author
Owner

@jlcool commented on GitHub (Mar 28, 2020):

It's about the coding of the startup.cs. Just change it to utf8

@jlcool commented on GitHub (Mar 28, 2020): It's about the coding of the startup.cs. Just change it to utf8
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#459