Encoding.name_list â ["enc1", "enc2", ...]
Class Public methods
Returns the list of available encoding names.
1 2 3 4 5 | Encoding.name_list #=> ["US-ASCII", "ASCII-8BIT", "UTF-8", "ISO-8859-1" , "Shift_JIS" , "EUC-JP" , "Windows-31J" , "BINARY" , "CP932" , "eucJP" ] |
Please login to continue.