[SG16-Unicode] Ideas for the future
Lev Minkovsky
lminkovsky at outlook.com
Tue Jul 30 12:00:08 CEST 2019
Tony,
As I understand your question, you ask if “\н” would work? It will not, MSVC gives
warning C4129: '': unrecognized character escape sequence
* Lev
//Это требуется для printf
#include <stdio.h>
//Вход в программу
int main()
{
//Приветствуем мир
printf("Привет мир!\n");
printf("Привет мир!\н");
?
--
Be seeing you,
Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.open-std.org/pipermail/unicode/attachments/20190730/0ae05458/attachment.html
More information about the Unicode
mailing list