mirror of
https://github.com/nsnail/dot.git
synced 2025-06-19 13:58:16 +08:00
<doc>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using Dot;
|
||||
using Dot.Git;
|
||||
@ -28,4 +29,6 @@ app.Configure(config => {
|
||||
});
|
||||
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
CultureInfo.CurrentCulture = CultureInfo.GetCultureInfo("en-US");
|
||||
CultureInfo.CurrentUICulture = CultureInfo.GetCultureInfo("en-US");
|
||||
return app.Run(args);
|
Reference in New Issue
Block a user