parse.y: `__ENCODING__` should be determined in run-time; fix #5552
It used to be compiled to the static string in the compiler. But the encoding status actually depends on the runtime configuration. A new method `Kernel#__ENCODING__` is introduced to implement the feature.
Showing
This diff is collapsed.
Please register or sign in to comment