Results 1 to 2 of 2

Thread: What does it mean these characters

  1. #1
    Join Date
    Sep 2016
    Posts
    78
    Thanked 1 Time in 1 Post
    Qt products
    Qt5

    Question What does it mean these characters

    These characters.
    "\u0001"
    appear me always when i use ctrl+key i am using QT.
    I am using one buffer like this to show my characters.
    QString s = QString::fromUtf16((ushort*)buffer);

    It's only to know about this more thx

  2. #2
    Join Date
    Dec 2009
    Location
    New Orleans, Louisiana
    Posts
    791
    Thanks
    13
    Thanked 153 Times in 150 Posts
    Qt products
    Qt5
    Platforms
    MacOS X

    Default Re: What does it mean these characters

    The "\uNNNN" is the encoding for a UTF-16 character.
    I write the best type of code possible, code that I want to write, not code that someone tells me to write!

Similar Threads

  1. Invisible characters
    By Myrgy in forum Qt Programming
    Replies: 0
    Last Post: 1st March 2010, 12:37
  2. special characters in xml
    By khcbabu in forum Qt Programming
    Replies: 3
    Last Post: 6th November 2008, 22:10
  3. How to Compare Characters ASCII value?
    By merry in forum Qt Programming
    Replies: 5
    Last Post: 14th July 2008, 12:05
  4. Showing Hex Characters for Debug
    By nbkhwjm in forum Newbie
    Replies: 2
    Last Post: 14th July 2008, 07:49
  5. encode characters
    By smarinr in forum Qt Programming
    Replies: 1
    Last Post: 27th May 2008, 06:46

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.