enc.ascii_compatible? â true or false
Instance Public methods
Returns whether ASCII-compatible or not.
1 2 | Encoding:: UTF_8 .ascii_compatible? #=> true Encoding:: UTF_16BE .ascii_compatible? #=> false |
Returns whether ASCII-compatible or not.
1 2 | Encoding:: UTF_8 .ascii_compatible? #=> true Encoding:: UTF_16BE .ascii_compatible? #=> false |
Designed by : w10schools
service@w10schools.com
Please login to continue.