Search notes:

R function: charToRaw

#
#    The encoding of this source file is UTF-8.
#
#    If it were latin-1, the parser(?) would throw the error
#       invalid multibyte character in parser at line …
#
charToRaw('René')

#
#    Because the source file is in UTF-8, the
#    bytes of René are reported to be (c3 a9 = é)
#
#       [1] 52 65 6e c3 a9
#
Github repository about-r, path: /functions/charToRaw.R

See also

character (mode)
Index to (some) R functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758201060, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/R/functions/charToRaw(54): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78