Actions
Feature #5650
closedAdd rb_enc_raise() to allow C extensions to raise errors with messages with correct encoding
Feature #5650:
Add rb_enc_raise() to allow C extensions to raise errors with messages with correct encoding
Description
Currently, rb_raise raises exceptions with a message with an encoding set to ASCII-8BIT. Adding rb_enc_raise() will allow the caller to raise an exception with a message with a given encoding.
Files
Actions