C++ Logo

sg16

Advanced search

Re: [SG16-Unicode] Ideas for the future

From: Lev Minkovsky <lminkovsky_at_[hidden]>
Date: Tue, 30 Jul 2019 10:00:08 +0000
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

Received on 2019-07-30 12:00:16