D
D
dandropov952018-08-13 09:54:05
C++ / C#
dandropov95, 2018-08-13 09:54:05

How to display a character from a non-ASCII table?

char ch = 65; // 'A' (в большинстве случаев младшие 8 бит)

How to display a character for example from Unicode with code 1060 in C?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
res2001, 2018-08-13
@res2001

Change console encoding to UTF-8 and convert strings to UTF-8 before output.

R
Roman Mirilaczvili, 2018-08-13
@2ord

https://www.codeproject.com/Articles/34068/Unicode...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question