Unicode in C++ - James McNellis - Meeting C++ 2016

Поделиться
HTML-код
  • Опубликовано: 23 дек 2024

Комментарии • 18

  • @DmitryDuka
    @DmitryDuka 8 лет назад +16

    great talk, thanks! "Алло" though is not quite the same as Hello. "Привет" is more appropriate in this particular usecase. "Алло" is a type of "Hello" to answer a call.

    • @DatMilu2K
      @DatMilu2K 7 лет назад +3

      Dmitry Duka Ah yeah just like cyka, right?

  • @gunnararndt4359
    @gunnararndt4359 5 лет назад +2

    Good someone's talking about this topic, and in a well understandable way. But I'm having a hard time getting used to light blue text on light gray background.

    • @TheAlfsterino
      @TheAlfsterino 5 лет назад

      Supposedly that colour combination is easy to read...shows not all research is right...

    • @Andre-gn4sj
      @Andre-gn4sj 3 года назад

      @@TheAlfsterino to be fair, its a projection in a lit room recorded though a camera. if the image quality was any worse it would be intentional.

  • @christo161
    @christo161 5 лет назад +3

    To write portable c++ code with non-ascii characters in string literals was always a forbidden mystic black magic :D

  • @justcurious1940
    @justcurious1940 2 года назад

    37::15 since c++17 u can specify that the character literal is an UTF-8 code unit or encoded with UTF-8 (not sure the right syntax to say cuse c++ syntax is difficult) by using prefix u8 'character'

  • @codertypist
    @codertypist 6 лет назад +5

    I actually watched the whole thing... It was interesting and well explained.

  • @andyprowl2154
    @andyprowl2154 8 лет назад

    Regarding the slide at 39:50, those square brackets (for std::u16string and std::u32string) are not meant to be there, right?

    • @eroween2
      @eroween2 8 лет назад

      right, pretty sure that come from 37:52

    • @justcurious1940
      @justcurious1940 2 года назад

      i'm pretty sure they shouldn't be there is it an array of chars or a string object

    • @justcurious1940
      @justcurious1940 2 года назад

      it is actually a valid c++ code an other fun fact is u can actually have an array of strings i did it long time ago just by myself in my dark room to solve a simple problem but i forgot about it

  • @mialhazmi
    @mialhazmi 3 года назад

    Can I get the slides?

  • @FrostGamingHype
    @FrostGamingHype 3 года назад +1

    unicode is great

  • @DanielMonteiroNit
    @DanielMonteiroNit 7 лет назад +1

    can't help but read _Unicorn_ in C++

  • @FahadAlSaidi
    @FahadAlSaidi 8 лет назад

    great presentation. Thanks.

  • @DaniMusic_OFF
    @DaniMusic_OFF 6 лет назад +2

    • @artyk3070
      @artyk3070 3 года назад +1

      How did youSegmentation fault (core dumped)