About 227,000 results
Open links in new tab
  1. c - character constant:\000 \xhh - Stack Overflow

    Apr 16, 2009 · Can anyone please explain the usage of the character constant \\000 and \\xhh ie octal numbers and hexadecimal numbers in a character constant?

  2. XHHN - XHWN-2 | Information by Electrical Professionals for …

    Sep 17, 2018 · Greetings all the 2017 Code was changed to add XHHN, XHWN, XHWN-2 T 310.104(A) I assume this is a XHH with an outer Nylon jacket? I am not familiar with this …

  3. c - Check if char is written in \xHH notation - Stack Overflow

    Jan 6, 2015 · Check if char is written in \xHH notation Asked 10 years, 10 months ago Modified 10 years, 10 months ago Viewed 787 times

  4. Do you use RHH/RHW (not listed as XHH/XHHW) for branch …

    May 5, 2023 · As I understand XHH or XHHW is acutally a specific type of RHH that use XLPE insulation. As I understand RHH/RHW(not listed as XHH or XHHW) are allowed by NEC to be …

  5. Python 3 - String with \\xHH Hex Values to Unicode

    Mar 14, 2017 · I am trying to convert a string with characters that require multiple hex values like this: 'Mahou Shoujo Madoka\\xe2\\x98\\x85Magica' to its unicode representation: 'Mahou …

  6. What is the need of \\xhh in Python? - Stack Overflow

    Aug 12, 2021 · While learning Python from scratch, I found that there is a hex value for letters, but I don't find what is this used for. What is the benefit of \xhh?

  7. string - Python: convert \xhh to character - Stack Overflow

    Sep 24, 2015 · Python: convert \xhh to character Asked 10 years, 2 months ago Modified 10 years, 2 months ago Viewed 2k times

  8. C convert hex values "\\xHH" to integer - Stack Overflow

    Apr 2, 2013 · C convert hex values "\xHH" to integer Asked 11 years, 10 months ago Modified 11 years, 10 months ago Viewed 1k times

  9. Python String to Escaped Hex - Stack Overflow

    Mar 26, 2015 · \xhh is just a notation to help you create the values; when echoing a byte string Python will always display printable ASCII characters directly rather than use the \xhh notation.

  10. php - What does \\x80-\\xFF refer to? - Stack Overflow

    Sep 23, 2014 · The original hexadecimal escape sequence, \xhh, matches a two-byte UTF-8 character if the value is greater than 127. So, as a summary :- i) '\x' allows for a hexadecimal …