How Ca I Console.Write("╗╔═╗╦╦") in cosmos #2800
Answered
by
pleasenoban
ahmedbarakat2007
asked this question in
Q&A
-
so i want to use ascii elements but it just give me ? all the time how can i fix it |
Beta Was this translation helpful? Give feedback.
Answered by
pleasenoban
Oct 21, 2023
Replies: 1 comment 2 replies
-
well u can use cp437 with Encoding.RegisterProvider(CosmosEncodingProvider.Instance);
Console.OutputEncoding = CosmosEncodingProvider.Instance.GetEncoding(437); |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ahmedbarakat2007
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
well u can use cp437 with